Skip to content

Commit 7c0c3a5

Browse files
committed
Fix CI again (attempt)
1 parent fac487b commit 7c0c3a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ jobs:
177177
cmake -G Ninja -B build -S . \
178178
-DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \
179179
-DCMAKE_SYSTEM_NAME=WASI \
180-
-DWASI_SDK_INCLUDE_TESTS=ON
180+
-DWASI_SDK_INCLUDE_TESTS=ON \
181+
-DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
181182
- run: ninja -C build
182183
- run: ctest --output-on-failure --parallel 10 --test-dir build/tests
183184

@@ -264,7 +265,6 @@ jobs:
264265
cmake -G Ninja -B build -S . \
265266
-DWASI_SDK_INCLUDE_TESTS=ON \
266267
-DWASI_SDK_TEST_HOST_TOOLCHAIN=ON \
267-
-DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake) \
268-
-DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
268+
-DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake)
269269
- run: ninja -C build build-tests
270270
- run: ctest --output-on-failure --parallel 10 --test-dir build/tests

0 commit comments

Comments
 (0)