Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 19, 2023
1 parent a475ffa commit ba68889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: "8"

- name: Install dependencies - Linux
run: sudo apt-get update && apt-get install libsndfile1
run: sudo apt-get update && sudo apt-get install libsndfile1
if: matrix.os == 'ubuntu-latest'

- name: Install dependencies - macOS
Expand Down

0 comments on commit ba68889

Please sign in to comment.