Skip to content

Commit a3713b5

Browse files
authored
ci: remove brew update (#435)
1 parent 37f4892 commit a3713b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/setup-llcppg/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ runs:
2828
if: runner.os == 'macOS'
2929
shell: bash
3030
run: |
31-
brew update
3231
brew install llvm@${{inputs.llvm}} bdw-gc openssl libffi libuv lld@${{inputs.llvm}}
3332
brew install zlib # for llgo test .
3433
brew link --force zlib # for llgo test .

0 commit comments

Comments
 (0)