We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfcb15 commit 237d542Copy full SHA for 237d542
1 file changed
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
with:
86
key: conan-windows-amd64-${{ hashFiles('conanfile.py') }}
87
path: |
88
- ~/.conan/p
+ ~/.conan2/p
89
90
- name: Install Conan
91
id: conan
@@ -138,7 +138,7 @@ jobs:
138
139
key: conan-windows-x86-${{ hashFiles('conanfile.py') }}
140
141
142
143
- name: Init conan
144
run: conan profile detect
0 commit comments