Skip to content

Commit

Permalink
add clang 16b support
Browse files Browse the repository at this point in the history
  • Loading branch information
Владимир Чиж authored and Владимир Чиж committed Mar 1, 2024
1 parent fa99415 commit 89f4241
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,12 @@ jobs:
- name: Install clang
run: |
brew install llvm@16
cd /opt/homebrew/Cellar/llvm@16/16.0.6/bin
ls
echo 'export PATH="/opt/homebrew/Cellar/llvm@16/16.0.6/bin:$PATH"' >> ~/.zshrc
echo 'export CC="-L/opt/homebrew/Cellar/llvm@16/16.0.6/bin/clang"' >> ~/.zshrc
echo 'export CXX="-I/opt/homebrew/Cellar/llvm@16/16.0.6/bin/clang++"' >> ~/.zshrc
echo 'alias clang="/opt/homebrew/Cellar/llvm@16/16.0.6/bin/clang"' >> ~/.zshrc
source ~/.zshrc
brew link --overwrite clang
brew link --overwrite llvm@16
- name: Check clang version
run: |
Expand Down

0 comments on commit 89f4241

Please sign in to comment.