Update .forgejo/workflows/build.yml
Some checks failed
Continuous integration / Build and test (push) Has been cancelled

This commit is contained in:
GHOSCHT 2024-12-21 12:38:58 +01:00
parent 90fd8fee9f
commit 31199c2c26

View file

@ -10,7 +10,8 @@ jobs:
- name: Install APT dependencies
run: apt update && apt install libasound2-dev libdbus-1-dev libpulse0 -y
- uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install Rust toolchain
uses: https://github.com/dtolnay/rust-toolchain@1.76.0
- name: Cache Cargo dependencies
uses: actions/cache@v4
with: