bump conan cache (#2622)

This commit is contained in:
pajlada 2021-04-12 23:16:15 +02:00 committed by GitHub
parent c9f62fed4c
commit 59afb2b1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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