Skip to content

Commit 64d2a04

Browse files
committed
ci: disabled saving vcpkg binary assets cache from code analysis workflow
1 parent 0a5c339 commit 64d2a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686

8787
# Restore vcpkg from the GitHub Action cache service. Note that packages are restored by vcpkg's binary caching
8888
# when it is being run afterwards by CMake.
89-
- name: Caching of vcpkg assets
90-
uses: actions/cache@v4
89+
- name: Restore cached vcpkg binary assets
90+
uses: actions/cache/restore@v4
9191
with:
9292
# The first path is the location of vcpkg: it contains the vcpkg executable and data files, as long as the
9393
# built package archives (aka binary cache) which are located by VCPKG_DEFAULT_BINARY_CACHE env var.

0 commit comments

Comments
 (0)