Skip to content

Commit

Permalink
Fix GitHub Actions build error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Sep 3, 2022
1 parent 2f3ed80 commit 0e5ab5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: cmake -E make_directory ${{github.workspace}}/build

- name: Install dependencies
run: sudo apt-get install libmad0-dev libid3tag0-dev libsndfile1-dev libgd-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev
run: |
sudo apt-get remove nginx libgd3
sudo apt-get install libmad0-dev libid3tag0-dev libsndfile1-dev libgd-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev
- name: Install Googletest
shell: bash
Expand Down

0 comments on commit 0e5ab5a

Please sign in to comment.