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 3b460e6 commit b7fe3e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ 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/llvm@17/lib/cmake/llvm/ LLVM_VERSION=17 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/Cellar/llvm@17/17.0.6/lib/cmake/llvm/ LLVM_VERSION=17 CMAKE_GENERATOR=Ninja make test

- name: Print build version
run: debug/src/clang-uml --version

- name: Print help
run: debug/src/clang-uml --help

0 comments on commit b7fe3e2

Please sign in to comment.