We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b296b3e commit 604834fCopy full SHA for 604834f
1 file changed
.github/workflows/build.yml
@@ -76,6 +76,7 @@ jobs:
76
if [ "${{matrix.cmake-arch}}" == "arm64" ]; then
77
BREW=/opt/homebrew/bin/brew
78
else
79
+ rm -f /usr/local/bin/idle3
80
arch -arm64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
81
arch -${{matrix.cmake-arch}} /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
82
BREW=/usr/local/bin/brew
0 commit comments