Skip to content

Commit

Permalink
Workaround for Github macOS runner bug
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Nov 18, 2023
1 parent db38b7d commit 96be377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
# Install deps
- name: Install deps
shell: bash
run: brew update && brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp
run: brew remove azure-cli && brew update && brew install qt@${{ env.QT_VERSION }} xz ccache zstd webp jpeg-turbo

# Set env
- name: Set QT5 env
Expand Down

0 comments on commit 96be377

Please sign in to comment.