From b7ce1ef037a7cc85f44d27a54d1f2bc22e3de377 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 9 Jan 2022 05:48:02 +0000 Subject: [PATCH] Really bump cache version Signed-off-by: falkTX --- .github/workflows/bootstrap.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 4e9f005..adeb7b8 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -41,7 +41,7 @@ jobs: with: path: | ~/PawPawBuilds - key: common-${{ matrix.target }} + key: common-${{ matrix.target }}-v${{ env.CACHE_VERSION }} - name: (apt) Restore debian package cache if: ${{ matrix.installer == 'apt' }} run: | @@ -130,7 +130,7 @@ jobs: #with: #path: | #~/PawPawBuilds - #key: plugins-${{ matrix.target }} + #key: plugins-${{ matrix.target }}-v${{ env.CACHE_VERSION }} - name: (apt) Restore debian package cache if: ${{ matrix.installer == 'apt' }} run: | @@ -225,7 +225,7 @@ jobs: #with: #path: | #~/PawPawBuilds - #key: jack2-${{ matrix.target }} + #key: jack2-${{ matrix.target }}-v${{ env.CACHE_VERSION }} - name: (apt) Restore debian package cache if: ${{ matrix.installer == 'apt' }} run: | @@ -320,7 +320,7 @@ jobs: #with: #path: | #~/PawPawBuilds - #key: bootstrap-qt-${{ matrix.target }} + #key: qt-${{ matrix.target }}-v${{ env.CACHE_VERSION }} - name: (apt) Restore debian package cache if: ${{ matrix.installer == 'apt' }} run: | @@ -415,7 +415,7 @@ jobs: #with: #path: | #~/PawPawBuilds - #key: carla-${{ matrix.target }} + #key: carla-${{ matrix.target }}-v${{ env.CACHE_VERSION }} - name: (apt) Restore debian package cache if: ${{ matrix.installer == 'apt' }} run: |