Skip to content

Commit b89a010

Browse files
committed
Take two
1 parent 6efadf3 commit b89a010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ jobs:
8787
if: matrix.os == 'macos-13'
8888
run: |
8989
brew update
90-
brew upgrade
90+
rm '/usr/local/bin/idle3'
9191
brew install llvm@20 [email protected] lld
9292
echo "$(brew --prefix llvm@20)/bin" >> $GITHUB_PATH
9393
9494
- name: Download LLVM (MacOS ARM)
9595
if: matrix.os == 'macos-14'
9696
run: |
9797
brew update
98-
brew upgrade
98+
rm '/usr/local/bin/idle3'
9999
brew install llvm@20 wasmtime [email protected] lld
100100
echo "$(brew --prefix llvm@20)/bin" >> $GITHUB_PATH
101101

0 commit comments

Comments
 (0)