We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1200119 commit 0bfcb15Copy full SHA for 0bfcb15
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Cache Conan
84
uses: actions/cache@v3
85
with:
86
- key: conan-windows-amd64
+ key: conan-windows-amd64-${{ hashFiles('conanfile.py') }}
87
path: |
88
~/.conan/p
89
@@ -136,7 +136,7 @@ jobs:
136
137
138
139
- key: conan-windows-x86
+ key: conan-windows-x86-${{ hashFiles('conanfile.py') }}
140
141
142
0 commit comments