Skip to content

Commit

Permalink
add libsamplerate-dev to linux build action
Browse files Browse the repository at this point in the history
fuzziqersoftware authored Jan 4, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 605f5a6 commit 5ae3419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install apt libraries
run: sudo apt-get install -y libopenal-dev
run: sudo apt-get install -y libopenal-dev libsamplerate-dev

- name: Install phosg
run: |

0 comments on commit 5ae3419

Please sign in to comment.