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
+1 -1
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