Add actions file #7
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