From 777cc0a14e21d8de825528e0258355333c3d7cff Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 6 Jan 2020 01:25:02 -0600 Subject: [PATCH] Add comment on how to force cache recreation --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 758b38eef..3d390dd64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,6 +67,7 @@ jobs: - name: Cache wxWidgets uses: actions/cache@v1 with: + # Increment the number at the end to force recreation of the cache key: wxWidgets_${{ matrix.os }}_${{ env.WXHASH }}.8 path: wxroot