Skip to content

Commit

Permalink
install!
Browse files Browse the repository at this point in the history
  • Loading branch information
tomara-x committed Sep 30, 2024
1 parent 1934b9c commit 2bc9774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update; sudo apt-get libjack-dev
sudo apt-get update; sudo apt-get install libjack-dev
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update; sudo apt-get libjack-dev
sudo apt-get update; sudo apt-get install libjack-dev
- name: Build
run: |
Expand Down

0 comments on commit 2bc9774

Please sign in to comment.