From 53582ae5067cc2d6ab7c8f4fd39b78872aa7d33c Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Thu, 14 Dec 2023 05:51:40 +0000 Subject: [PATCH] ci: checkout only wasi-testsuite submodule `examples/wasm-rustc` is not used while running the tests. --- .github/workflows/check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d7742ec..e3c1f39 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,8 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - submodules: true + - run: git submodule update --init test/wasi-testsuite - uses: actions/setup-node@v3 with: node-version: "16.x"