From bee81dc53cd7ab4b4a9ab08326814a4cc372758a Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 20 Apr 2026 09:56:07 +0200 Subject: [PATCH] CI: github: revert quictls version on cross-zoo.yml Use the last branch of quictls available instead of 1.1.1, even if it is not maintained anymore that at least fix the build. --- .github/workflows/cross-zoo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-zoo.yml b/.github/workflows/cross-zoo.yml index a9ffa70e2..fe0e6ef0f 100644 --- a/.github/workflows/cross-zoo.yml +++ b/.github/workflows/cross-zoo.yml @@ -104,7 +104,7 @@ jobs: - name: install quictls run: | - QUICTLS_EXTRA_ARGS="--cross-compile-prefix=${{ matrix.platform.arch }}- ${{ matrix.platform.target }}" QUICTLS_VERSION=OpenSSL_1_1_1w-quic1 scripts/build-ssl.sh + QUICTLS_EXTRA_ARGS="--cross-compile-prefix=${{ matrix.platform.arch }}- ${{ matrix.platform.target }}" QUICTLS_VERSION=openssl-3.3.0+quic scripts/build-ssl.sh - name: Build run: |