From 0cfbbf9059359ccbe8967f7428fe88440f1b1b78 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Fri, 1 Jan 2021 17:49:34 -0600 Subject: [PATCH] Forcing rebuilt of wxWidgets for analysis --- .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 8a93a9375..9a9431de9 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -101,7 +101,7 @@ jobs: uses: actions/cache@v1 with: # Increment the number at the end to force recreation of the cache - key: ${{ env.WXHASH }}.8 + key: ${{ env.WXHASH }}.1 path: ${{ env.WXWIN }} # =========================================================================