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 }} # =========================================================================