File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments