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
# Restore both vcpkg and its artifacts from the GitHub cache service.
100
100
- name: Restore vcpkg and its artifacts.
101
-
uses: actions/cache@v2
101
+
uses: actions/cache@v3
102
102
with:
103
103
# The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file.
104
104
# The second path is the location of vcpkg (it contains the vcpkg executable and data files).
@@ -127,7 +127,7 @@ jobs:
127
127
# 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.
# Restore both vcpkg and its artifacts from the GitHub cache service.
60
60
- name: Restore vcpkg and its artifacts.
61
-
uses: actions/cache@v2
61
+
uses: actions/cache@v3
62
62
with:
63
63
# The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file.
64
64
# The second path is the location of vcpkg (it contains the vcpkg executable and data files).
@@ -82,7 +82,7 @@ jobs:
82
82
# 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.
# Restore both vcpkg and its artifacts from the GitHub cache service.
57
57
- name: Restore vcpkg and its artifacts.
58
-
uses: actions/cache@v2
58
+
uses: actions/cache@v3
59
59
with:
60
60
# The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file.
61
61
# The second path is the location of vcpkg (it contains the vcpkg executable and data files).
@@ -79,7 +79,7 @@ jobs:
79
79
# 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