Skip to content

Commit

Permalink
Merge pull request #533 from MatthewFluet/ci-update
Browse files Browse the repository at this point in the history
Don't `brew update` on `macos` runner
  • Loading branch information
MatthewFluet authored Nov 18, 2023
2 parents f4bf53b + 24f9311 commit 2a5e8c0
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 2a5e8c0

Please sign in to comment.