You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-deploy.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ jobs:
72
72
- uses: lukka/get-cmake@latest
73
73
# Restore both vcpkg and its artifacts from the GitHub cache service.
74
74
- name: Restore vcpkg and its artifacts.
75
-
uses: actions/cache@v3
75
+
uses: actions/cache@v4
76
76
with:
77
77
# The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file.
78
78
# The second path is the location of vcpkg (it contains the vcpkg executable and data files).
@@ -101,10 +101,10 @@ jobs:
101
101
# On Windows runners, let's ensure to have the Developer Command Prompt environment setup correctly. As used here the Developer Command Prompt created is targeting x64 and using the default the Windows SDK.
0 commit comments