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 b7ccdd1 commit 0e239c0Copy full SHA for 0e239c0
1 file changed
.github/workflows/main.yml
@@ -164,9 +164,10 @@ jobs:
164
- uses: ./.github/actions/checkout
165
- uses: ./.github/actions/install-deps
166
- run: cargo install wasm-component-ld@0.5.12
167
+ - run: apt-get update -y && apt-get install -y clang-20
168
- run: |
169
cmake -G Ninja -B build -S . \
- -DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \
170
+ -DCMAKE_C_COMPILER=/usr/lib/llvm-20/bin/clang \
171
-DCMAKE_SYSTEM_NAME=WASI \
172
-DWASI_SDK_INCLUDE_TESTS=ON \
173
-DWASI_SDK_CPU_CFLAGS="" \
0 commit comments