Skip to content

Commit d8b946d

Browse files
committed
GitHub Action Hack
MacOS has an issue with homebrew. More info Homebrew/homebrew-cask#150323 (comment)
1 parent 56581f3 commit d8b946d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/c-cpp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
steps:
6161
- name: Install dependencies
6262
run: |
63+
unset HOMEBREW_NO_INSTALL_FROM_API
6364
brew update
6465
brew upgrade || true
6566
brew install qt6

Diff for: .github/workflows/macOSBuild.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- name: Install Dependencies
1818
run: |
19+
unset HOMEBREW_NO_INSTALL_FROM_API
1920
brew update
2021
brew upgrade || true
2122
brew install qt6

0 commit comments

Comments
 (0)