Skip to content

Commit

Permalink
Don't update homebrew on GitHub Actions.
Browse files Browse the repository at this point in the history
This leaves us at the mercy of whenever Actions updates the formula
database, but also prevents it from trying to update stuff in the image
that we don't want it to update.
  • Loading branch information
QuLogic committed Jan 9, 2021
1 parent 90d0b9a commit 59c1afd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
ttf-wqy-zenhei
;;
macOS)
brew update
brew install ccache
;;
esac
Expand Down

0 comments on commit 59c1afd

Please sign in to comment.