From d86caf45b7395664313bd5f2e80d76862693d74f Mon Sep 17 00:00:00 2001 From: nokotan Date: Sun, 18 Feb 2024 12:03:36 +0900 Subject: [PATCH] recursive checkout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2686979..0586f22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: recursive + submodules: true - name: Install Rust toolchain uses: actions-rs/toolchain@v1