]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: also update LibreSSL source tarball URL
authorViktor Szakats <commit@vsz.me>
Wed, 1 Oct 2025 19:53:04 +0000 (21:53 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 1 Oct 2025 19:53:16 +0000 (21:53 +0200)
Follow-up to 150567b0d25b519873800ac883ae43833e8f6aca #18792

.github/workflows/macos.yml

index 1e2e61c8af53ec4a3d25196e0a4744f979b144ab..b0f958d70c983952a25b5ff992e0d9df6b486900 100644 (file)
@@ -122,7 +122,7 @@ jobs:
         if: ${{ contains(matrix.build.install_steps, 'libressl') && steps.cache-libressl.outputs.cache-hit != 'true' }}
         run: |
           curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 --retry-connrefused \
-            --location "https://github.com/libressl/portable/releases/download/v${LIBRESSL_VERSION}/libressl-${LIBRESSL_VERSION}.tar.gz" | tar -x
+            "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz" | tar -xz
           cd "libressl-${LIBRESSL_VERSION}"
           cmake -B . -G Ninja \
             -DCMAKE_INSTALL_PREFIX=/Users/runner/libressl \