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 13, 2024
1 parent 80e19fe commit ca3ac75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]

- name: Install dependencies using homebrew
run: brew install llvm@18 ninja yaml-cpp cmake ccache

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build and test
run: CC=/opt/homebrew/Cellar/llvm@18/18.1.8/bin/clang CXX=/opt/homebrew/Cellar/llvm@18/18.1.8/bin/clang++ CMAKE_PREFIX=/opt/homebrew/Cellar/llvm@18/18.1.8/lib/cmake/llvm/ CMAKE_GENERATOR=Ninja make debug
run: CC=/opt/homebrew/opt/llvm/bin/clang CXX=/opt/homebrew/opt/llvm/18.1.8/bin/clang++ CMAKE_PREFIX=/opt/homebrew/Cellar/opt/llvm/lib/cmake/llvm/ CMAKE_GENERATOR=Ninja CMAKE_EXE_LINKER_FLAGS="-L/opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++" make debug

- name: Print otool
run: otool -L debug/src/clang-uml
Expand Down

0 comments on commit ca3ac75

Please sign in to comment.