diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 03efbab..ecc8eea 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -7,6 +7,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: + - run: apt update - run: apt install pulseaudio libasound2 dbus -y - uses: actions/checkout@v4 - uses: https://github.com/dtolnay/rust-toolchain@stable