diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cff821d957a69e..da4bceeff0f2c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: check_disk_space: df -h env: VCPKG_PACKAGES: >- - ableton + ableton-link benchmark chromaprint fdk-aac @@ -111,7 +111,7 @@ jobs: - name: "[macOS] Bootstrap vcpkg" if: runner.os == 'macOS' run: | - brew update && brew install nasm automake pkg-config autoconf-archive + brew update && brew install nasm autoconf-archive /bin/bash -c "sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer" xcrun --show-sdk-version - name: Set up cache