Skip to content

Commit

Permalink
install jack
Browse files Browse the repository at this point in the history
  • Loading branch information
tomara-x committed Sep 30, 2024
1 parent 8a15a71 commit 1934b9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
targets: x86_64-unknown-linux-gnu

- name: install dependencies
run: |
sudo apt-get update; sudo apt-get libjack-dev
- name: Build
run: |
cargo build --release --target x86_64-unknown-linux-gnu
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
targets: x86_64-unknown-linux-gnu

- name: install dependencies
run: |
sudo apt-get update; sudo apt-get libjack-dev
- name: Build
run: |
cargo build --release --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 1934b9c

Please sign in to comment.