summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cross-compiles.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-04-05 13:39:23 +0200
committerTomas Mraz <tomas@openssl.org>2023-04-11 10:42:10 +0200
commit1ac0464d4c9cac7294b8fe739600ffbf8b8c7195 (patch)
tree4911b3a38b68139dde94dabb678834f9da70e58b /.github/workflows/cross-compiles.yml
parent3565cc2c5bb25847f9de99926ad9959c8b645390 (diff)
CI: Checkout submodules to make the regression fuzz tests run
Otherwise the fuzz/corpora won't be present. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20683)
Diffstat (limited to '.github/workflows/cross-compiles.yml')
-rw-r--r--.github/workflows/cross-compiles.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index b60d1dd205..266516e472 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -161,6 +161,8 @@ jobs:
gcc-${{ matrix.platform.arch }} \
${{ matrix.platform.libs }}
- uses: actions/checkout@v3
+ - name: checkout fuzz/corpora submodule
+ run: git submodule update --init --depth 1 fuzz/corpora
- name: config with FIPS
if: matrix.platform.fips != 'no'