Skip to content

Commit

Permalink
Update build-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 authored Mar 11, 2024
1 parent 8c5f139 commit abba8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
continue-on-error: true
run: |
brew update
brew install qt@5
brew upgrade || echo '::notice::"brew upgrade" failed. Please check the log to see if the artifact is valid.'
brew install qt@5 || echo '::notice::"brew install qt@5" failed. Please check the log to see if the artifact is valid.'
brew link qt5 --force
- name: Create build directory
Expand Down

0 comments on commit abba8db

Please sign in to comment.