From 4cea93b294c230131617b054ab0b0c32b913857f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 26 Aug 2025 21:20:35 +0100 Subject: [PATCH] Use gnulib-update.sh for the musl CI tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |