Forcing rebuilt of wxWidgets for analysis

This commit is contained in:
Leland Lucius 2021-01-01 17:49:34 -06:00
parent 7143df28cc
commit 0cfbbf9059
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
uses: actions/cache@v1 uses: actions/cache@v1
with: with:
# Increment the number at the end to force recreation of the cache # Increment the number at the end to force recreation of the cache
key: ${{ env.WXHASH }}.8 key: ${{ env.WXHASH }}.1
path: ${{ env.WXWIN }} path: ${{ env.WXWIN }}
# ========================================================================= # =========================================================================