mirror of
https://github.com/curl/curl.git
synced 2026-06-27 00:35:38 +03:00
boring fixup
This commit is contained in:
parent
060dc2d022
commit
4e8f6c95a0
1 changed files with 10 additions and 0 deletions
10
.github/workflows/http3-linux.yml
vendored
10
.github/workflows/http3-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue