From f19c72c4e1c8e3a27724b32f231ead0001ae412d Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Sat, 28 Sep 2024 12:58:15 +1200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 6ac6c32..422338a 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -59,6 +59,7 @@ jobs: with: # A list of files, directories, and wildcard patterns to cache and restore path: "_deps" + key: "_deps" - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.