Skip to content

Commit

Permalink
Updated macos build actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Jul 12, 2024
1 parent 8403dea commit eacb38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: brew install llvm@17 ninja yaml-cpp cmake ccache

- name: Build and test
run: CC=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang CXX=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang++ CMAKE_PREFIX=/opt/homebrew/opt/llvm/lib/cmake/llvm LLVM_VERSION=17 LLVM_CONFIG_PATH=/opt/homebrew/opt/llvm/bin/llvm-config CMAKE_GENERATOR=Ninja make test
run: CC=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang CXX=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang++ CMAKE_PREFIX=/opt/homebrew/opt/llvm/lib/cmake/llvm LLVM_VERSION=17 CMAKE_GENERATOR=Ninja make test

0 comments on commit eacb38d

Please sign in to comment.