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 ebf7111 commit a2254c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ jobs:
- name: Install clang
run: |
brew install llvm@16
echo 'export PATH="/usr/local/opt/llvm@16/bin:$PATH"' >> ~/.zshrc
which llvm@16
cd /opt/homebrew/bin
ls
echo 'PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
clang --version
clang-16 --version
- name: Set reusable strings
Expand Down

0 comments on commit a2254c1

Please sign in to comment.