Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Trying libsndfile1-dev instead of libsndfile-dev.
  • Loading branch information
razterizer authored Sep 12, 2024
1 parent 1f0d675 commit 2f88ba5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ jobs:

# Step 4: Install libsndfile
- name: Install libsndfile
run: sudo apt install libsndfile-dev
# run: sudo apt install libsndfile-dev
run: sudo apt install libsndfile1-dev

# Step 5: Change to the correct directory and build
- name: Build project
run: |
cd demos
./build_demo_1.sh
# ./build_demo_2.sh
./build_demo_2.sh
./build_demo_3.sh
./build_demo_4.sh
./build_demo_5.sh
Expand Down

0 comments on commit 2f88ba5

Please sign in to comment.