Skip to content

Commit 6815acd

Browse files
committed
ci: GitHub Actions cache key includes conan.lock for conan dependencies
1 parent 283ba8b commit 6815acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/cache@v3
6969
with:
7070
path: "${{steps.conan-path-script.outputs.result}}/.conan2"
71-
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.py') }}
71+
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.py') }}-${{ hashFiles('conan.lock') }}
7272

7373
- name: Prebuild Conan packages (Windows)
7474
if: |

0 commit comments

Comments
 (0)