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 e560b15 commit b01e374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
- name: Install clang
run: |
brew install llvm@16
echo 'export PATH="/opt/homebrew/Cellar/llvm@16/16.0.6/bin:$PATH"' >> /Users/runner/.bash_profile
echo 'export LDFLAGS="-L/opt/homebrew/Cellar/llvm@16/lib"' >> /Users/runner/.bash_profile
echo 'export LDFLAGS="-I/opt/homebrew/Cellar/llvm@16/include"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
echo 'export PATH="/opt/homebrew/Cellar/llvm@16/16.0.6/bin:$PATH"' >> ~/.zshrc
echo 'export LDFLAGS="-L/opt/homebrew/Cellar/llvm@16/lib"' >> ~/.zshrc
echo 'export LDFLAGS="-I/opt/homebrew/Cellar/llvm@16/include"' >> ~/.zshrc
source ~/.zshrc
- name: Check clang version
run: |
Expand Down

0 comments on commit b01e374

Please sign in to comment.