mirror of
https://github.com/iv-org/lsquic-static-alpine.git
synced 2025-07-29 01:38:41 -04:00
Add BORINGSSL_COMMIT to LSQUIC cache key
This commit is contained in:
parent
9a65243b17
commit
de3342aee5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ./lsquic
|
path: ./lsquic
|
||||||
key: lsquic-${{ env.LSQUIC_COMMIT }}
|
key: lsquic-${{ env.LSQUIC_COMMIT }}-${{ env.BORINGSSL_COMMIT }}
|
||||||
|
|
||||||
- name: Build LSQUIC
|
- name: Build LSQUIC
|
||||||
if: steps.cache-lsquic.outputs.cache-hit != 'true'
|
if: steps.cache-lsquic.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue