Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 41s

This commit is contained in:
GHOSCHT 2024-12-21 00:24:55 +01:00
parent 1859999c4e
commit 7b18acbe4e

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: apt update
- run: apt install libasound2-dev dbus -y
- run: apt install libasound2-dev libdbus-1-dev -y
- uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- run: cargo test --all-features