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 f180c63 commit a22eec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install Qt
run: |
brew update
brew upgrade
brew install qt@5
brew upgrade || true
brew install qt@5 || true
brew link qt5 --force
- name: Create build directory
Expand Down

0 comments on commit a22eec5

Please sign in to comment.