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 c13214e commit 0c25ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 libyaml cmake ccache
run: brew install llvm@17 binary-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_CONFIG=/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@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 0c25ca0

Please sign in to comment.