Skip to content

Commit c7c0b79

Browse files
committed
tests: cache and verify hash value of sample images
1 parent 28fbadc commit c7c0b79

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
@@ -63,7 +63,7 @@ jobs:
6363
id: cache
6464
with:
6565
path: "${{ matrix.conan_user_home }}/.conan2"
66-
key: ${{ runner.os }}-${{ hashFiles('**/conanfile.py') }}
66+
key: ${{ runner.os }}-${{ hashFiles('**/conanfile.py', 'conan.lock') }}
6767

6868
- name: Build conan packages on Non-Windows Operating Systems
6969
if: ${{ !contains(matrix.os, 'windows') && steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)