From 88dd33b7de0b0f3f7f88c2390beff03a0ec11248 Mon Sep 17 00:00:00 2001 From: krcroft Date: Sat, 11 Apr 2020 13:55:19 -0700 Subject: [PATCH] Reset the Windows MSYS2 cache incrementer --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d8a94812..34aeb7f2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -47,7 +47,7 @@ jobs: id: cache-msys2 with: path: 'C:/tools/msys64' - key: msys2-${{ matrix.conf.bits }}-${{ steps.get-date.outputs.date }}-3 + key: msys2-${{ matrix.conf.bits }}-${{ steps.get-date.outputs.date }} - name: Install MSYS2 if: steps.cache-msys2.outputs.cache-hit != 'true' run: choco install msys2 --no-progress