Skip to content

Commit

Permalink
ci: again
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Dec 11, 2024
1 parent 28dcb7e commit 314b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
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
CPPFLAGS: "-I/opt/homebrew/opt/llvm/include"
run: |
cmake --preset 'NinjaMulti' \
-DARCH='${{ matrix.arch == 'x86_64' && 'x64' || 'arm64' }}' \
Expand Down

0 comments on commit 314b0f3

Please sign in to comment.