Skip to content

Commit

Permalink
Just testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Jun 13, 2024
1 parent 4a6ec39 commit a2acfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
brew update
brew upgrade || echo '::warning::"brew upgrade" failed. Please check the log to see if the artifact is valid.'
brew install qt@5 || echo '::warning::"brew install qt@5" failed. Please check the log to see if the artifact is valid.'
brew link qt@5 --force
brew link qt5 --force
- name: Create build directory
run: mkdir ${{ runner.temp }}/shadow_build_dir
Expand Down

0 comments on commit a2acfec

Please sign in to comment.