There was an error while loading. Please reload this page.
1 parent 9cc6f00 commit ceffc62Copy full SHA for ceffc62
1 file changed
.github/workflows/build/osx/action.yml
@@ -70,8 +70,8 @@ runs:
70
export PATH="$(python3 -m site --user-base)/bin:$PATH"
71
72
mkdir build && cd build
73
- conan config set storage.download_cache="${GITHUB_WORKSPACE}/.conancache"
74
- conan install .. --build missing
+ conan profile detect
+ conan install .. --build missing -s storage.download_cache="${GITHUB_WORKSPACE}/.conancache"
75
76
- name: Build
77
if: ${{ inputs.cacheOnly == 'false' }}
0 commit comments