Add actions file #7

Merged
hodasemi merged 3 commits from dev into master 2023-08-15 19:24:28 +00:00
Showing only changes of commit 866c7eb254 - Show all commits

View file

@ -11,15 +11,14 @@ jobs:
runs-on: ubuntu-latest
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/dtolnay/rust-toolchain@stable
- name: Install alsa-lib
run: |
apt-get update
apt-get install --no-install-recommends -y libasound2-dev
- name: Build
run: cargo build