Skip to content

Commit

Permalink
Fix llvm@16 path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 24, 2023
1 parent 1376794 commit a4902f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
tar -xf ./ldc2-1.33.0-osx-x86_64.tar.xz -C $HOME
brew fetch --force --bottle-tag=big_sur llvm@16
brew install $(brew --cache --bottle-tag=big_sur llvm@16)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/16.0.6/lib/c++/* $HOME/ldc2-1.33.0-osx-x86_64/lib
cp /home/linuxbrew/.linuxbrew/Cellar/llvm@16/16.0.6/lib/c++/* $HOME/ldc2-1.33.0-osx-x86_64/lib
rm -rf /home/linuxbrew/.linuxbrew
- name: Set-up Qt for cross-compilation
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
tar -xf ./ldc2-1.33.0-osx-arm64.tar.xz -C $HOME
brew fetch --force --bottle-tag=arm64_big_sur llvm@16
brew install $(brew --cache --bottle-tag=arm64_big_sur llvm@16)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/16.0.6/lib/c++/* $HOME/ldc2-1.33.0-osx-arm64/lib
cp /home/linuxbrew/.linuxbrew/Cellar/llvm@16/16.0.6/lib/c++/* $HOME/ldc2-1.33.0-osx-arm64/lib
rm -rf /home/linuxbrew/.linuxbrew
- name: Set-up Qt for cross-compilation
Expand Down

0 comments on commit a4902f5

Please sign in to comment.