Update .forgejo/workflows/rust.yml
All checks were successful
Continuous integration / Build (push) Successful in 42s
All checks were successful
Continuous integration / Build (push) Successful in 42s
This commit is contained in:
parent
7b18acbe4e
commit
0aea74d467
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 libasound2-dev libdbus-1-dev -y
|
||||
- run: apt install libasound2-dev libdbus-1-dev libpulse0 -y
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- run: cargo test --all-features
|
Loading…
Reference in a new issue