Skip to content

Commit

Permalink
ci: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Dec 11, 2024
1 parent 18b557b commit 28dcb7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,10 @@ jobs:

- name: Build MAABH3
env:
CC: "$(brew --prefix llvm)/bin/clang"
CXX: "$(brew --prefix llvm)/bin/clang++"
CC: "/opt/homebrew/opt/llvm/bin/clang"
CXX: "/opt/homebrew/opt/llvm/bin/clang++"
LDFLAGS: "-L/opt/homebrew/opt/llvm/lib"
CPPFLAGS: "-I/opt/homebrew/opt/llvm/include
run: |
cmake --preset 'NinjaMulti' \
-DARCH='${{ matrix.arch == 'x86_64' && 'x64' || 'arm64' }}' \
Expand Down

0 comments on commit 28dcb7e

Please sign in to comment.