mirror of
https://github.com/iv-org/lsquic-static-alpine.git
synced 2024-11-23 13:49:42 +00: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
|
||||
with:
|
||||
path: ./lsquic
|
||||
key: lsquic-${{ env.LSQUIC_COMMIT }}
|
||||
key: lsquic-${{ env.LSQUIC_COMMIT }}-${{ env.BORINGSSL_COMMIT }}
|
||||
|
||||
- name: Build LSQUIC
|
||||
if: steps.cache-lsquic.outputs.cache-hit != 'true'
|
||||
|
Loading…
Reference in New Issue
Block a user