Skip to content

Commit

Permalink
GitHub Action Hack
Browse files Browse the repository at this point in the history
MacOS has an issue with homebrew.
More info Homebrew/homebrew-cask#150323 (comment)
  • Loading branch information
foldynl committed Jul 4, 2023
1 parent 56581f3 commit d8b946d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
steps:
- name: Install dependencies
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
brew update
brew upgrade || true
brew install qt6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- name: Install Dependencies
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
brew update
brew upgrade || true
brew install qt6
Expand Down

0 comments on commit d8b946d

Please sign in to comment.