Update .forgejo/workflows/build.yml
Some checks failed
Continuous integration / Build and test (push) Has been cancelled
Some checks failed
Continuous integration / Build and test (push) Has been cancelled
This commit is contained in:
parent
90fd8fee9f
commit
31199c2c26
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue