Skip to content

Commit

Permalink
Don't brew update on macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Nov 17, 2023
1 parent 58ddf1e commit 24f9311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies (macos)
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
brew update
# brew update
brew install gmp
echo "WITH_GMP_DIR=/usr/local" >> $GITHUB_ENV
if [[ "${{ matrix.codegen }}" == "llvm" ]]; then brew install llvm; echo "$(brew --prefix llvm)/bin" >> $GITHUB_PATH; fi
Expand Down

0 comments on commit 24f9311

Please sign in to comment.