.gitea/workflows/pull_request.yaml aktualisiert
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 5m45s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 5m45s
This commit is contained in:
parent
eed558df1a
commit
fe2ab1ff2b
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue