diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e6bc6a2..84e44c0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: - name: Clone gnulib for bootstrap run: | - git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git /tmp/gnulib + ./gnulib-update.sh - name: Bootstrap run: | @@ -184,7 +184,7 @@ jobs: - name: Clone gnulib for bootstrap run: | - git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git /tmp/gnulib + ./gnulib-update.sh - name: Bootstrap run: |