We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2ca29 commit 24f7ec8Copy full SHA for 24f7ec8
.github/workflows/build_windows.yml
@@ -38,7 +38,7 @@ jobs:
38
run: mkdir C:\vcpkg\.cache
39
- name: Cache vcpkg
40
id: cache
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
with:
43
path: |
44
C:\vcpkg\.cache
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
0 commit comments