Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 32s
Some checks failed
Continuous integration / Build (push) Failing after 32s
This commit is contained in:
parent
7111cd30a3
commit
cc64fbdeca
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: apt update
|
||||
- run: apt install pulseaudio libasound2 dbus -y
|
||||
- run: apt install libasound2-dev -y
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- run: cargo test --all-features
|
Loading…
Reference in a new issue