Don't install brew dependencies in package CI run
This commit is contained in:
parent
28682b79d1
commit
759b5ab7d1
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -210,20 +210,6 @@ jobs:
|
||||||
mingw-w64 \
|
mingw-w64 \
|
||||||
mingw-w64-tools
|
mingw-w64-tools
|
||||||
|
|
||||||
- name: Install Dependencies [macOS]
|
|
||||||
if: ${{ runner.os == 'macOS' }}
|
|
||||||
run: |
|
|
||||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
|
||||||
brew update
|
|
||||||
brew install \
|
|
||||||
pkg-config \
|
|
||||||
sdl2 \
|
|
||||||
fmt \
|
|
||||||
rtmidi \
|
|
||||||
libsndfile \
|
|
||||||
zlib \
|
|
||||||
jack
|
|
||||||
|
|
||||||
- name: Install Dependencies [Ubuntu]
|
- name: Install Dependencies [Ubuntu]
|
||||||
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' }}
|
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue