File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,14 +76,13 @@ jobs:
7676 if [ "${{matrix.cmake-arch}}" == "arm64" ]; then
7777 BREW=/opt/homebrew/bin/brew
7878 else
79- rm -f /usr/local/bin/idle3
8079 arch -arm64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
8180 arch -${{matrix.cmake-arch}} /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
8281 BREW=/usr/local/bin/brew
8382 fi
8483
85- arch -${{matrix.cmake-arch}} $BREW install --force cmake libsndfile portaudio libxrandr libxkbcommon spirv-cross spirv-headers \
86- libxi mesa libogg libvorbis opus wavpack libxmp webp libavif opusfile game-music-emu nasm freetype spirv-tools
84+ arch -${{matrix.cmake-arch}} $BREW install cmake libsndfile portaudio libxrandr libxkbcommon spirv-cross spirv-headers spirv-tools \
85+ libxi mesa libogg libvorbis opus wavpack libxmp webp libavif opusfile game-music-emu nasm freetype --force --overwrite || true
8786
8887 - name : Set up environment for Windows.
8988 if : matrix.system == 'Windows'
You can’t perform that action at this time.
0 commit comments