summaryrefslogtreecommitdiffstats
path: root/.github/workflows/compile-regression-test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/compile-regression-test.yml')
-rw-r--r--.github/workflows/compile-regression-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compile-regression-test.yml b/.github/workflows/compile-regression-test.yml
index e10492370..f1809ea71 100644
--- a/.github/workflows/compile-regression-test.yml
+++ b/.github/workflows/compile-regression-test.yml
@@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- submodules: 'true'
+ submodules: 'recursive'
fetch-depth: '0'
- name: Setup
uses: ./.github/actions/common-setup