Skip to content

Commit

Permalink
add libusound lib aswell
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendzae committed Dec 22, 2024
1 parent aaf5312 commit 94f4f22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- '*'
- "*"

name: Publish

Expand All @@ -17,8 +17,9 @@ jobs:
run: |
sudo apt-get update
sudo apt install libudev-dev
sudo apt install libasound2-dev
- uses: taiki-e/install-action@nextest
- name: 'Build and test'
- name: "Build and test"
run: cargo nextest run --workspace --all-targets --all-features

crates_io_publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
sudo apt-get update
sudo apt install libudev-dev
sudo apt install libasound2-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 94f4f22

Please sign in to comment.