From 6430bf00362e00438f629f30321d82f42eff97d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Tue, 26 Jul 2022 16:56:00 +0200 Subject: [PATCH] rebuild vcpkg cache on vcpkg.json changes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0a18d1..73ef6a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: uses: actions/cache@v3 with: path: ${{matrix.cache}} - key: ${{matrix.triplet}} + key: ${{matrix.triplet}}-${{hashFiles('vcpkg.json')}} - name: Configure VS Toolchain (Windows) if: matrix.os == 'windows-latest'