Skip to content

Commit

Permalink
actions/cache@v4 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton authored Feb 12, 2024
1 parent eb6e4d1 commit bce45ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Cache wxWidgets (Release)
if: matrix.build_type == 'Release'
id: cache-wxwidgets-release
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: wxWidgets-${{env.WXVERSION}}
key: ${{runner.os}}-build-wxWidgets-release
Expand Down

0 comments on commit bce45ff

Please sign in to comment.