diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/benchmark.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/compile-regression-test.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/falcor-compiler-perf-test.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/falcor-test.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-linux-glibc-2-17.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e704adedb..77eb00c64 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: 'true' + submodules: 'recursive' fetch-depth: '0' - name: Common setup uses: ./.github/actions/common-setup diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b80f41423..e4d9fb06b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: 'true' + submodules: 'recursive' fetch-depth: '0' - name: Setup uses: ./.github/actions/common-setup 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 diff --git a/.github/workflows/falcor-compiler-perf-test.yml b/.github/workflows/falcor-compiler-perf-test.yml index 841462c68..d329642d9 100644 --- a/.github/workflows/falcor-compiler-perf-test.yml +++ b/.github/workflows/falcor-compiler-perf-test.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: 'true' + submodules: 'recursive' fetch-depth: '0' - name: Setup diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml index af1c70d7e..bb5faeddc 100644 --- a/.github/workflows/falcor-test.yml +++ b/.github/workflows/falcor-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 diff --git a/.github/workflows/release-linux-glibc-2-17.yml b/.github/workflows/release-linux-glibc-2-17.yml index 02d302b49..d147f38e1 100644 --- a/.github/workflows/release-linux-glibc-2-17.yml +++ b/.github/workflows/release-linux-glibc-2-17.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: 'true' + submodules: 'recursive' fetch-depth: '0' # build the binary in docker image diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac583361c..7cbb04f83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.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 |
