Browse Source

Really bump cache version

Signed-off-by: falkTX <falktx@falktx.com>
pull/25/head
falkTX 3 years ago
parent
commit
b7ce1ef037
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .github/workflows/bootstrap.yml

+ 5
- 5
.github/workflows/bootstrap.yml View File

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


Loading…
Cancel
Save