github actions: remove flac installation from macos

This commit is contained in:
scribam 2021-05-31 14:40:16 +02:00 committed by flyinghead
parent 329ae11d2f
commit 4a9c51a6c8
1 changed files with 1 additions and 1 deletions

View File

@ -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'