Skip to content

Commit b78aac8

Browse files
committed
HomeBrew: don't update the full install
This step takes a long time, is prone to failure, and unnecessary at the moment - we can rely on the default install being sufficiently up to date.
1 parent bf053aa commit b78aac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
- name: install dependencies
8585
run: |
8686
brew update || brew update # https://github.com/Homebrew/brew/issues/2491#issuecomment-294207661
87-
brew upgrade
8887
brew install qt5 eigen pkg-config libtiff fftw libpng
8988
brew link --force qt5
9089

0 commit comments

Comments
 (0)