Skip to content

Commit 14d8157

Browse files
authored
Github macOS-latest runner another workaround (#672)
1 parent 6aed7e9 commit 14d8157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# Install deps
156156
- name: Install deps
157157
shell: bash
158-
run: brew remove azure-cli && brew update && brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp jpeg-turbo
158+
run: brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp jpeg-turbo || true
159159

160160
# Set env
161161
- name: Set QT5 env

0 commit comments

Comments
 (0)