Skip to content

Commit 910af21

Browse files
committed
update brew cache
1 parent 85bdf3b commit 910af21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
run: |
136136
${{steps.qt.outputs.make}}
137137
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
138+
- name: update homebrew cache to prevent timeout
139+
if: matrix.platform == 'clang_64'
140+
run: brew update
138141
- name: make tests
139142
if: steps.qt.outputs.tests == 'true' && !contains(matrix.platform, 'mingw')
140143
run: |

0 commit comments

Comments
 (0)