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

This commit is contained in:
GHOSCHT 2024-12-21 00:20:43 +01:00
parent 656e6892e9
commit 7111cd30a3

View file

@ -7,6 +7,7 @@ jobs:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: apt update
- run: apt install pulseaudio libasound2 dbus -y - run: apt install pulseaudio libasound2 dbus -y
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable - uses: https://github.com/dtolnay/rust-toolchain@stable