Skip to content

Commit 604834f

Browse files
authored
.
1 parent b296b3e commit 604834f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
if [ "${{matrix.cmake-arch}}" == "arm64" ]; then
7777
BREW=/opt/homebrew/bin/brew
7878
else
79+
rm -f /usr/local/bin/idle3
7980
arch -arm64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
8081
arch -${{matrix.cmake-arch}} /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
8182
BREW=/usr/local/bin/brew

0 commit comments

Comments
 (0)