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 6aed7e9 commit 14d8157Copy full SHA for 14d8157
1 file changed
.github/workflows/push-master.yml
@@ -155,7 +155,7 @@ jobs:
155
# Install deps
156
- name: Install deps
157
shell: bash
158
- run: brew remove azure-cli && brew update && brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp jpeg-turbo
+ run: brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp jpeg-turbo || true
159
160
# Set env
161
- name: Set QT5 env
0 commit comments