Skip to content

Commit

Permalink
Upgrade to LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Jan 5, 2025
1 parent 04c8940 commit cbfcb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: |
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
env:
CC: /opt/homebrew/opt/llvm/bin/clang
CC: gcc
LLVM_DIR: /opt/homebrew/opt/llvm
zstd_DIR: /usr/local/opt/zstd
CFLAGS: -static-libstdc++
Expand Down

0 comments on commit cbfcb59

Please sign in to comment.