Force rebuild of wxWidgets

This commit is contained in:
Leland Lucius 2021-01-02 19:43:43 -06:00
parent ef88cb1700
commit f60e197378
1 changed files with 1 additions and 1 deletions

View File

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