.gitea/workflows/pull_request.yaml aktualisiert
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m32s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m32s
This commit is contained in:
parent
fe2ab1ff2b
commit
866c7eb254
1 changed files with 5 additions and 6 deletions
|
@ -11,15 +11,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: apt testing
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt search libasound2-dev
|
|
||||||
apt-get install --no-install-recommends -y libasound2-dev
|
|
||||||
|
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install alsa-lib
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install --no-install-recommends -y libasound2-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|
Loading…
Reference in a new issue