From 3ba161f6a2bd60eaa1776e9d006549839c6dbd71 Mon Sep 17 00:00:00 2001 From: omars44 Date: Sun, 3 Dec 2023 08:47:44 +0200 Subject: [PATCH] windows-tests: vcpkg cleanup cache key --- .github/workflows/windows-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index e51c3bd6..598b4cd6 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -50,9 +50,9 @@ jobs: path: | ${{github.workspace}}/vcpkg ${{github.workspace}}/vcpkg/installed - key: vcpkg-${{matrix.version}}-${{matrix.arch}}-${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }} + key: vcpkg-${{matrix.version}}-${{matrix.arch}}-${{ hashFiles('**/vcpkg.json') }} restore-keys: | - vcpkg-${{matrix.version}}-${{matrix.arch}}-${{ runner.os }}- + vcpkg-${{matrix.version}}-${{matrix.arch}}- - name: install zlib with vcpkg uses: omars44/pecl-windows-deps-installer@master