diff --git a/.github/workflows/build/osx/action.yml b/.github/workflows/build/osx/action.yml index 7a31211f4c..f0f047aa24 100644 --- a/.github/workflows/build/osx/action.yml +++ b/.github/workflows/build/osx/action.yml @@ -70,8 +70,8 @@ runs: export PATH="$(python3 -m site --user-base)/bin:$PATH" mkdir build && cd build - conan config set storage.download_cache="${GITHUB_WORKSPACE}/.conancache" - conan install .. --build missing + conan profile detect + conan install .. --build missing -s storage.download_cache="${GITHUB_WORKSPACE}/.conancache" - name: Build if: ${{ inputs.cacheOnly == 'false' }}