Skip to content

Commit

Permalink
Github macOS-latest runner another workaround (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev authored Nov 19, 2023
1 parent 6aed7e9 commit 14d8157
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 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

# Set env
- name: Set QT5 env
Expand Down

0 comments on commit 14d8157

Please sign in to comment.