diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c880286617f21e..04f470d208891b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: "[macOS] Bootstrap vcpkg" if: runner.os == 'macOS' run: | - brew update && brew install nasm autoconf-archive automake + brew update && brew install nasm autoconf-archive automake libtool /bin/bash -c "sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" xcrun --show-sdk-version