From 59afb2b1ce8a0432bbe399b5d36ebd274547d88f Mon Sep 17 00:00:00 2001 From: pajlada Date: Mon, 12 Apr 2021 23:16:15 +0200 Subject: [PATCH] bump conan cache (#2622) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ded2d90..f16665ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: if: startsWith(matrix.os, 'windows') uses: actions/cache@v2.1.4 with: - key: ${{ runner.os }}-conan-${{ hashFiles('**/conanfile.txt') }}-20210307 + key: ${{ runner.os }}-conan-${{ hashFiles('**/conanfile.txt') }}-20210412 path: C:/.conan/ - name: Add Conan to path