Skip to content

Commit

Permalink
Basic changes to OSX build.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Feb 25, 2023
1 parent 9cc6f00 commit a80e789
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build/osx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ 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 install .. --build missing -s storage.download_cache="${GITHUB_WORKSPACE}/.conancache"
- name: Build
if: ${{ inputs.cacheOnly == 'false' }}
Expand Down

0 comments on commit a80e789

Please sign in to comment.