Skip to content

Commit

Permalink
Don't bother with brew update, it often fails
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Jan 11, 2021
1 parent 81753a4 commit 2531743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Install packages (macOS)
if: runner.os == 'macOS'
run: |
brew update || true # brew update often fails, no biggie.
brew install ccache ${{ matrix.packages }}
- name: Setup Cache
Expand Down

0 comments on commit 2531743

Please sign in to comment.