Add liblo to cmake CI tests

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-24 04:59:18 +02:00
parent 282cfa94e4
commit 7736d92d8e
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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
@ -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