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