github actions: remove flac installation from macos
This commit is contained in:
parent
329ae11d2f
commit
4a9c51a6c8
|
@ -19,7 +19,7 @@ jobs:
|
|||
steps:
|
||||
- name: Set up build environment (macos-latest)
|
||||
run: |
|
||||
brew install ccache flac libao libomp pulseaudio zlib
|
||||
brew install ccache libao libomp pulseaudio zlib
|
||||
echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH
|
||||
echo "CCACHE_DIR=/tmp/ccache" >> $GITHUB_ENV
|
||||
if: matrix.config.os == 'macos-latest'
|
||||
|
|
Loading…
Reference in New Issue