Browse Source

Add liblo to cmake CI tests

Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX 1 year ago
parent
commit
7736d92d8e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/cmake.yml

+ 3
- 3
.github/workflows/cmake.yml 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


Loading…
Cancel
Save