Skip to content

Commit cbfcb59

Browse files
committed
Upgrade to LLVM 19
1 parent 04c8940 commit cbfcb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: |
128128
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
129129
env:
130-
CC: /opt/homebrew/opt/llvm/bin/clang
130+
CC: gcc
131131
LLVM_DIR: /opt/homebrew/opt/llvm
132132
zstd_DIR: /usr/local/opt/zstd
133133
CFLAGS: -static-libstdc++

0 commit comments

Comments
 (0)