aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTheLastRar <TheLastRar@users.noreply.github.com>2022-10-29 17:30:26 +0100
committerTheLastRar <TheLastRar@users.noreply.github.com>2023-02-01 20:13:26 +0000
commit75683039c5859d9ec3c7e94a21f4c3a3b38c16b9 (patch)
treeed0faed7d8dcbaf62f4d31f0aabbe005aba2e241 /.github
parent1a609612f2b5123a62c88977d1345661ae8eac44 (diff)
downloadPrismLauncher-75683039c5859d9ec3c7e94a21f4c3a3b38c16b9.tar.gz
PrismLauncher-75683039c5859d9ec3c7e94a21f4c3a3b38c16b9.tar.bz2
PrismLauncher-75683039c5859d9ec3c7e94a21f4c3a3b38c16b9.zip
CI: Always update windows ccache
Also change name to avoid pulling the stale cache Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ec1a06ed..86e88fa1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -154,9 +154,9 @@ jobs:
uses: actions/cache@v3.2.4
with:
path: '${{ github.workspace }}\.ccache'
- key: ${{ matrix.os }}-mingw-w64
+ key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }}
restore-keys: |
- ${{ matrix.os }}-mingw-w64
+ ${{ matrix.os }}-mingw-w64-ccache
- name: Setup ccache (Windows MinGW-w64)
if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug'