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 0a5c339 commit 64d2a04Copy full SHA for 64d2a04
.github/workflows/codeql-analysis.yml
@@ -86,8 +86,8 @@ jobs:
86
87
# Restore vcpkg from the GitHub Action cache service. Note that packages are restored by vcpkg's binary caching
88
# when it is being run afterwards by CMake.
89
- - name: Caching of vcpkg assets
90
- uses: actions/cache@v4
+ - name: Restore cached vcpkg binary assets
+ uses: actions/cache/restore@v4
91
with:
92
# The first path is the location of vcpkg: it contains the vcpkg executable and data files, as long as the
93
# built package archives (aka binary cache) which are located by VCPKG_DEFAULT_BINARY_CACHE env var.
0 commit comments