diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index a6dbf91ac..db631315a 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -21,8 +21,7 @@ jobs: uses: actions/checkout@v4 with: - submodules: true - fetch-depth: 0 + submodules: recursive # Install dependencies - name: Install dependencies