]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: repair the linux-old job
authorStefan Eissing <stefan@eissing.org>
Wed, 8 May 2024 13:39:06 +0000 (15:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 May 2024 21:40:33 +0000 (23:40 +0200)
package libc6_2.28-10+deb10u2_amd64.deb changed to
libc6_2.28-10+deb10u3_amd64.deb

Closes #13564

.github/workflows/linux-old.yml

index ab040a96b8f4c14924da8306b89590c8b2d77d43..24b708c8127b1d0f96194b6dab6e962ae6a1f57e 100644 (file)
@@ -74,8 +74,8 @@ jobs:
           apt-get install -y --no-install-suggests --no-install-recommends cmake make gcc pkg-config libpsl-dev libzstd-dev zlib1g-dev libssl1.0-dev libssh-dev libssh2-1-dev libc-ares-dev heimdal-dev libldap2-dev stunnel4 groff
           # GitHub's actions/checkout needs a newer glibc. This one is the
           # latest available for buster, the next stable release after stretch.
-          httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u2_amd64.deb
-          dpkg -i libc6_2.28-10+deb10u2_amd64.deb
+          httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u3_amd64.deb
+          dpkg -i libc6_2.28-10+deb10u3_amd64.deb
 
       - uses: actions/checkout@v4