From 874a3605f84a7756349389340fabfa8abe7c703f Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 24 Oct 2022 14:28:58 +0200 Subject: [PATCH] Init submodules on CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866d0acc0e..a973436ced 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: uses: actions/checkout@v2 with: clean: false + submodules: 'recursive' - name: Run tests run: cargo test --workspace --no-fail-fast @@ -75,6 +76,7 @@ jobs: uses: actions/checkout@v2 with: clean: false + submodules: 'recursive' - name: Validate version if: ${{ startsWith(github.ref, 'refs/tags/v') }}