From: Viktor Szakats Date: Wed, 1 Oct 2025 19:53:04 +0000 (+0200) Subject: GHA/macos: also update LibreSSL source tarball URL X-Git-Tag: rc-8_17_0-1~184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=285f64d3a033e33ad0f0805fa6f5d72150b59333;p=thirdparty%2Fcurl.git GHA/macos: also update LibreSSL source tarball URL Follow-up to 150567b0d25b519873800ac883ae43833e8f6aca #18792 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1e2e61c8af..b0f958d70c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 \