From 55d6cb346581dddba999aee91479ecffc5b7aea7 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Thu, 31 Oct 2024 18:16:08 -0400 Subject: [PATCH] Restore accidentally deleted checkout step --- .github/workflows/main_ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index dd18a681..57f75333 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -30,7 +30,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: dorny/paths-filter@v3 - id: filter + id: filterV with: filters: | hpke: @@ -74,6 +74,11 @@ jobs: CRYPTO_DIR: "./alternatives/${{ matrix.crypto }}" steps: + - uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 + - uses: ./.github/actions/prepare-build with: os: ${{ matrix.os }}