Update .forgejo/workflows/build.yml
All checks were successful
Continuous integration / Build and test (push) Successful in 48s
All checks were successful
Continuous integration / Build and test (push) Successful in 48s
This commit is contained in:
parent
31199c2c26
commit
bc488b7565
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install APT dependencies
|
- name: Install APT dependencies
|
||||||
run: apt update && apt install libasound2-dev libdbus-1-dev libpulse0 -y
|
run: apt update && apt install libasound2-dev libdbus-1-dev libpulse0 -y
|
||||||
- uses: actions/checkout@v4
|
- name: Repo checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@1.76.0
|
uses: https://github.com/dtolnay/rust-toolchain@1.76.0
|
||||||
- name: Cache Cargo dependencies
|
- name: Cache Cargo dependencies
|
||||||
|
|
Loading…
Reference in a new issue