Skip to content

Commit fac487b

Browse files
committed
Try to fix CI issue
1 parent c098a7e commit fac487b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ jobs:
264264
cmake -G Ninja -B build -S . \
265265
-DWASI_SDK_INCLUDE_TESTS=ON \
266266
-DWASI_SDK_TEST_HOST_TOOLCHAIN=ON \
267-
-DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake)
267+
-DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake) \
268+
-DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
268269
- run: ninja -C build build-tests
269270
- run: ctest --output-on-failure --parallel 10 --test-dir build/tests

0 commit comments

Comments
 (0)