We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460835d commit 7b8e978Copy full SHA for 7b8e978
.ci/build-mac.sh
@@ -8,7 +8,7 @@ brew install -f --overwrite --quiet ccache "llvm@$LLVM_COMPILER_VER"
8
brew link -f --overwrite --quiet "llvm@$LLVM_COMPILER_VER"
9
if [ "$AARCH64" -eq 1 ]; then
10
brew install -f --overwrite --quiet googletest opencv@4 sdl3 vulkan-headers vulkan-loader molten-vk
11
- brew unlink --quiet ffmpeg fmt qtbase qtsvg qtdeclarative
+ brew unlink --quiet ffmpeg fmt qtbase qtsvg qtdeclarative protobuf
12
else
13
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
14
arch -x86_64 /usr/local/bin/brew install -f --overwrite --quiet [email protected] opencv@4 "llvm@$LLVM_COMPILER_VER" sdl3 vulkan-headers vulkan-loader molten-vk
0 commit comments