From f4700e072d4c65a4d8690e9cc1ff5ed84579b55d Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 31 May 2021 03:07:46 +0200 Subject: [PATCH] Really checkout submodules in CI --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1025fb545..542107005 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -81,6 +81,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: actions-rs/toolchain@v1 with: toolchain: stable @@ -97,8 +99,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - submodules: true - uses: actions-rs/toolchain@v1 with: toolchain: stable