Skip to content

Commit

Permalink
Add liblo to cmake CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed May 24, 2023
1 parent 282cfa9 commit 7736d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up dependencies
run: |
brew install cmake fluid-synth libmagic libsndfile pkg-config
brew install cmake fluid-synth liblo libmagic libsndfile pkg-config
- name: configure
run: cmake -S cmake -B cmake
- name: build
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up dependencies
run: |
sudo apt-get install -yqq cmake libfluidsynth-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
sudo apt-get install -yqq cmake libfluidsynth-dev liblo-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
- name: configure
run: cmake -S cmake -B cmake
- name: build
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up dependencies
run: |
sudo apt-get install -yqq cmake libfluidsynth-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
sudo apt-get install -yqq cmake libfluidsynth-dev liblo-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
- name: configure
run: cmake -S cmake -B cmake
- name: build
Expand Down

0 comments on commit 7736d92

Please sign in to comment.