mirror of
https://gitea.invidious.io/iv-org/lsquic-static-alpine.git
synced 2024-08-15 00:43:24 +00: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
|
||||
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 a new issue