Skip to content

Commit 0e239c0

Browse files
committed
Use a newer clang for sysroot-only build
1 parent b7ccdd1 commit 0e239c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,10 @@ jobs:
164164
- uses: ./.github/actions/checkout
165165
- uses: ./.github/actions/install-deps
166166
- run: cargo install wasm-component-ld@0.5.12
167+
- run: apt-get update -y && apt-get install -y clang-20
167168
- run: |
168169
cmake -G Ninja -B build -S . \
169-
-DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \
170+
-DCMAKE_C_COMPILER=/usr/lib/llvm-20/bin/clang \
170171
-DCMAKE_SYSTEM_NAME=WASI \
171172
-DWASI_SDK_INCLUDE_TESTS=ON \
172173
-DWASI_SDK_CPU_CFLAGS="" \

0 commit comments

Comments
 (0)