From 7c72393361fe9d97cd256544c5839d1b8aae1f00 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sat, 16 Apr 2022 15:49:29 +0400 Subject: [PATCH] Add architecture to Windows action cache key --- .github/workflows/win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 25024c1095..bdc04f6303 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -113,8 +113,8 @@ jobs: uses: actions/cache@v2 with: path: ${{ env.TBUILD }}/Libraries - key: ${{ runner.OS }}-libs-${{ env.CACHE_KEY }} - restore-keys: ${{ runner.OS }}-libs- + key: ${{ runner.OS }}-${{ matrix.arch }}-libs-${{ env.CACHE_KEY }} + restore-keys: ${{ runner.OS }}-${{ matrix.arch }}-libs- - name: Libraries. env: