We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bdf3b commit 910af21Copy full SHA for 910af21
.github/workflows/build.yml
@@ -135,6 +135,9 @@ jobs:
135
run: |
136
${{steps.qt.outputs.make}}
137
${{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
141
- name: make tests
142
if: steps.qt.outputs.tests == 'true' && !contains(matrix.platform, 'mingw')
143
0 commit comments