We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c8940 commit cbfcb59Copy full SHA for cbfcb59
.github/workflows/remoteBuild.yml
@@ -127,7 +127,7 @@ jobs:
127
run: |
128
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
129
env:
130
- CC: /opt/homebrew/opt/llvm/bin/clang
+ CC: gcc
131
LLVM_DIR: /opt/homebrew/opt/llvm
132
zstd_DIR: /usr/local/opt/zstd
133
CFLAGS: -static-libstdc++
0 commit comments