From 4e8f6c95a0d098fcab098efb86e42714451f2610 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 Aug 2025 10:55:02 +0200 Subject: [PATCH] boring fixup --- .github/workflows/http3-linux.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 5fa6f7a528..aef27b232d 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -539,6 +539,16 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.AWSLC_VERSION }} fail-on-cache-miss: true + - name: 'cache boringssl' + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + id: cache-boringssl + env: + cache-name: cache-boringssl + with: + path: ~/boringssl/build + key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.BORINGSSL_VERSION }} + fail-on-cache-miss: true + - name: 'cache quictls' uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 id: cache-quictls-no-deprecated