From f60e197378c6b24220b4a5dbf3e5286715c89243 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Sat, 2 Jan 2021 19:43:43 -0600 Subject: [PATCH] Force rebuild of wxWidgets --- .github/workflows/cmake_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 70d6d101b..9a4cd4332 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -105,7 +105,7 @@ jobs: uses: actions/cache@v1 with: # Increment the number at the end to force recreation of the cache - key: ${{ env.WXHASH }}.1 + key: ${{ env.WXHASH }}.2 path: ${{ env.WXWIN }} # =========================================================================