mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Add comment on how to force cache recreation
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -67,6 +67,7 @@ jobs:
|
||||
- name: Cache wxWidgets
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
# Increment the number at the end to force recreation of the cache
|
||||
key: wxWidgets_${{ matrix.os }}_${{ env.WXHASH }}.8
|
||||
path: wxroot
|
||||
|
||||
|
Reference in New Issue
Block a user