Skip to content

Commit 6aed7e9

Browse files
authored
Workaround for Github macOS runner bug (#671)
1 parent db38b7d commit 6aed7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/push-master.yml

+1-1
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 update && brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp
158+
run: brew remove azure-cli && brew update && brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp jpeg-turbo
159159

160160
# Set env
161161
- name: Set QT5 env

0 commit comments

Comments
 (0)