Skip to content

Commit

Permalink
update brew cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Dec 16, 2019
1 parent 85bdf3b commit 910af21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
run: |
${{steps.qt.outputs.make}}
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
- name: update homebrew cache to prevent timeout
if: matrix.platform == 'clang_64'
run: brew update
- name: make tests
if: steps.qt.outputs.tests == 'true' && !contains(matrix.platform, 'mingw')
run: |
Expand Down

0 comments on commit 910af21

Please sign in to comment.