mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
bump conan cache (#2622)
This commit is contained in:
parent
c9f62fed4c
commit
59afb2b1ce
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue