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/cmake.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ jobs:
48
48
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
49
49
- uses: lukka/get-cmake@latest
50
50
- name: Restore vcpkg and its artifacts
51
-
uses: actions/cache@v2
51
+
uses: actions/cache@v3
52
52
with:
53
53
# The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file.
54
54
# The second path is the location of vcpkg (it contains the vcpkg executable and data files).
0 commit comments