Skip to content

Commit 3cabb3a

Browse files
Tristan Youngsrprospero
authored andcommitted
Try home.
1 parent 5e45ae2 commit 3cabb3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build/osx/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ runs:
175175
echo "Java Runtime Executable: ${JAVA_RUNTIME}"
176176
177177
# Set conan cache location
178-
conan config install -cc core.download:download_cache="${GITHUB_WORKSPACE}/.conancache"
178+
conan config home -cc core.download:download_cache="${GITHUB_WORKSPACE}/.conancache"
179179
180180
# Set minimum deployment target version
181181
export MACOSX_DEPLOYMENT_TARGET=13.3

.github/workflows/build/windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ runs:
200200
JAVA_EXE="${JAVA_HOME_21_X64}\bin\java.exe"
201201
202202
# Set conan cache location
203-
conan config install -cc core.download:download_cache="${GITHUB_WORKSPACE}/.conancache"
203+
conan config home -cc core.download:download_cache="${GITHUB_WORKSPACE}/.conancache"
204204
205205
# Build
206206
mkdir build && cd build

0 commit comments

Comments
 (0)