From de3342aee5dd814741dcfa60372833d6af7ebac7 Mon Sep 17 00:00:00 2001 From: saltycrys <73420320+saltycrys@users.noreply.github.com> Date: Tue, 9 Feb 2021 22:49:39 +0100 Subject: [PATCH] Add BORINGSSL_COMMIT to LSQUIC cache key --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09b66fe..68f931b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'