1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

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

View File

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