From 2830080c0fc774fe7efc321aaf24c8d42e5dc835 Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 12 Sep 2023 16:34:38 +0200 Subject: [PATCH] .github: checkout submodules in regression.yml It doesn't look like the regression suites updates the 9pm submodule, in this commit we attempt to fix this. Signed-off-by: Richard Alpe --- .github/workflows/regression.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index c28980af..e448fbe0 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -19,6 +19,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + submodules: 'true' - name: Set Build Variables id: vars run: |