We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283ba8b commit 6815acdCopy full SHA for 6815acd
.github/workflows/tox_matrix.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: actions/cache@v3
69
with:
70
path: "${{steps.conan-path-script.outputs.result}}/.conan2"
71
- key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.py') }}
+ key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.py') }}-${{ hashFiles('conan.lock') }}
72
73
- name: Prebuild Conan packages (Windows)
74
if: |
0 commit comments