Don't install brew dependencies in package CI run

This commit is contained in:
OPNA2608 2022-04-07 19:25:27 +02:00
parent 28682b79d1
commit 759b5ab7d1
1 changed files with 0 additions and 14 deletions

View File

@ -210,20 +210,6 @@ jobs:
mingw-w64 \
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]
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' }}
run: |