diff options
Diffstat (limited to '.github/workflows/falcor-compiler-perf-test.yml')
| -rw-r--r-- | .github/workflows/falcor-compiler-perf-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
