Skip to content

Commit 237d542

Browse files
committed
fix conan home folder
1 parent 0bfcb15 commit 237d542

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
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
key: conan-windows-amd64-${{ hashFiles('conanfile.py') }}
8787
path: |
88-
~/.conan/p
88+
~/.conan2/p
8989
9090
- name: Install Conan
9191
id: conan
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
key: conan-windows-x86-${{ hashFiles('conanfile.py') }}
140140
path: |
141-
~/.conan/p
141+
~/.conan2/p
142142
143143
- name: Init conan
144144
run: conan profile detect

0 commit comments

Comments
 (0)