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 Feb 29, 2024
1 parent 2a3a560 commit 9958a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
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-16"' >> ~/.zshrc
echo 'export CXX="-I/opt/homebrew/Cellar/llvm@16/16.0.6/bin/clang++-16"' >> ~/.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
source ~/.zshrc
- name: Check clang version
Expand Down

0 comments on commit 9958a99

Please sign in to comment.