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 0c25ca0 commit 8bfc57d
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 @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies using homebrew
run: brew install llvm@17 binary-ninja yaml-cpp cmake ccache
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@17/llvm/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

0 comments on commit 8bfc57d

Please sign in to comment.