From 9b2257e34f290a894a2664661e48606fe6cc6274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fa=20Oru=C3=A7?= Date: Mon, 18 Nov 2024 02:56:59 +0300 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 62788475..36780453 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -80,7 +80,7 @@ jobs: uses: actions/cache@v3 with: path: ${{ steps.strings.outputs.vcpkg-dir }} - key: ${{ runner.os }}-vcpkg-${{ hashFiles('**/vcpkg.json') }} + key: ${{ runner.os }}-${{ runner.build_type }}-vcpkg-${{ hashFiles('**/vcpkg.json') }} restore-keys: | ${{ runner.os }}-${{ runner.build_type }}-vcpkg-cache