mirror of
https://github.com/iv-org/lsquic-static-alpine.git
synced 2025-02-25 00:49:46 -05:00
Add BORINGSSL_COMMIT to LSQUIC cache key
This commit is contained in:
parent
9a65243b17
commit
de3342aee5
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…
x
Reference in New Issue
Block a user