Skip to content

Commit 0bfcb15

Browse files
committed
include conanfile in cache key
1 parent 1200119 commit 0bfcb15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Cache Conan
8484
uses: actions/cache@v3
8585
with:
86-
key: conan-windows-amd64
86+
key: conan-windows-amd64-${{ hashFiles('conanfile.py') }}
8787
path: |
8888
~/.conan/p
8989
@@ -136,7 +136,7 @@ jobs:
136136
- name: Cache Conan
137137
uses: actions/cache@v3
138138
with:
139-
key: conan-windows-x86
139+
key: conan-windows-x86-${{ hashFiles('conanfile.py') }}
140140
path: |
141141
~/.conan/p
142142

0 commit comments

Comments
 (0)