Skip to content

Commit

Permalink
apt-get update before install libsnbfile1
Browse files Browse the repository at this point in the history
  • Loading branch information
raa0121 authored Sep 15, 2023
1 parent 2b9e234 commit 04e7a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install libraries for ubuntu
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get install libsndfile1
run: sudo apt-get update && sudo apt-get install -y libsndfile1

- name: Install dependencies
run: |
Expand Down

0 comments on commit 04e7a96

Please sign in to comment.