mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
GHA/http3-linux: fix openssl4 version in cache keys
Follow-up to 7523de760d #21118
Closes #21132
This commit is contained in:
parent
4f316230fd
commit
30462cd66f
8
.github/workflows/http3-linux.yml
vendored
8
.github/workflows/http3-linux.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
cache-name: cache-openssl4-http3-no-deprecated
|
||||
with:
|
||||
path: ~/openssl4/build
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }}
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL4_VERSION }}
|
||||
|
||||
- name: 'cache libressl'
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
@ -164,7 +164,7 @@ jobs:
|
||||
cache-name: cache-ngtcp2-openssl4
|
||||
with:
|
||||
path: ~/ngtcp2-openssl4/build
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.BORINGSSL_VERSION }}
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.OPENSSL4_VERSION }}
|
||||
|
||||
- name: 'cache ngtcp2 boringssl'
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
@ -581,7 +581,7 @@ jobs:
|
||||
cache-name: cache-openssl4-http3-no-deprecated
|
||||
with:
|
||||
path: ~/openssl4/build
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }}
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL4_VERSION }}
|
||||
fail-on-cache-miss: true
|
||||
|
||||
- name: 'cache libressl'
|
||||
@ -679,7 +679,7 @@ jobs:
|
||||
cache-name: cache-ngtcp2-openssl4
|
||||
with:
|
||||
path: ~/ngtcp2-openssl4/build
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.BORINGSSL_VERSION }}
|
||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.OPENSSL4_VERSION }}
|
||||
fail-on-cache-miss: true
|
||||
|
||||
- name: 'cache ngtcp2 boringssl'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user