Skip to content

Commit ceffc62

Browse files
committed
Basic changes to OSX build.
1 parent 9cc6f00 commit ceffc62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ runs:
7070
export PATH="$(python3 -m site --user-base)/bin:$PATH"
7171
7272
mkdir build && cd build
73-
conan config set storage.download_cache="${GITHUB_WORKSPACE}/.conancache"
74-
conan install .. --build missing
73+
conan profile detect
74+
conan install .. --build missing -s storage.download_cache="${GITHUB_WORKSPACE}/.conancache"
7575
7676
- name: Build
7777
if: ${{ inputs.cacheOnly == 'false' }}

0 commit comments

Comments
 (0)