Skip to content

Commit

Permalink
Remove macOS' clang from runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 24, 2023
1 parent ebf64cb commit 3b11910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
brew fetch --force --bottle-tag=monterey llvm
brew install $(brew --cache --bottle-tag=monterey llvm)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/17.0.3/lib/c++/* $HOME/ldc2-1.33.0-osx-x86_64/lib
rm -rf /home/linuxbrew/.linuxbrew
- name: Set-up Qt for cross-compilation
run:
Expand Down Expand Up @@ -187,6 +188,7 @@ jobs:
brew fetch --force --bottle-tag=arm64_monterey llvm
brew install $(brew --cache --bottle-tag=arm64_monterey llvm)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/17.0.3/lib/c++/* $HOME/ldc2-1.33.0-osx-arm64/lib
rm -rf /home/linuxbrew/.linuxbrew
- name: Set-up Qt for cross-compilation
run:
Expand Down

0 comments on commit 3b11910

Please sign in to comment.