From ceffc62f6851302f67e266579707058c4e96ebb6 Mon Sep 17 00:00:00 2001 From: trisyoungs Date: Sat, 25 Feb 2023 14:03:02 +0000 Subject: [PATCH] Basic changes to OSX build. --- .github/workflows/build/osx/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }}