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

0 comments on commit 1e3451c

Please sign in to comment.