diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 0ef8600cb4..2f3da0f11f 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -75,7 +75,15 @@ jobs: repository: 'coreutils/coreutils' path: '${{ steps.vars.outputs.path_GNU }}' ref: ${{ steps.vars.outputs.repo_GNU_ref }} - submodules: recursive + submodules: false + + - name: Override submodule URL and initialize submodules + run: | + git submodule sync --recursive + git config submodule.gnulib.url https://github.com/coreutils/gnulib.git + git submodule update --init --recursive --depth 1 + working-directory: ${{ steps.vars.outputs.path_GNU }} + - name: Retrieve reference artifacts uses: dawidd6/action-download-artifact@v6 # ref: