File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v3
2020 - name : Set up dependencies
2121 run : |
22- brew install cmake fluid-synth libmagic libsndfile pkg-config
22+ brew install cmake fluid-synth liblo libmagic libsndfile pkg-config
2323 - name : configure
2424 run : cmake -S cmake -B cmake
2525 - name : build
3131 - uses : actions/checkout@v3
3232 - name : Set up dependencies
3333 run : |
34- sudo apt-get install -yqq cmake libfluidsynth-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
34+ sudo apt-get install -yqq cmake libfluidsynth-dev liblo-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
3535 - name : configure
3636 run : cmake -S cmake -B cmake
3737 - name : build
4343 - uses : actions/checkout@v3
4444 - name : Set up dependencies
4545 run : |
46- sudo apt-get install -yqq cmake libfluidsynth-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
46+ sudo apt-get install -yqq cmake libfluidsynth-dev liblo-dev libmagic-dev libsndfile1-dev libx11-dev pkg-config
4747 - name : configure
4848 run : cmake -S cmake -B cmake
4949 - name : build
You can’t perform that action at this time.
0 commit comments