Add BORINGSSL_COMMIT to LSQUIC cache key

This commit is contained in:
saltycrys 2021-02-09 22:49:39 +01:00 committed by GitHub
parent 9a65243b17
commit de3342aee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'