Skip to content

Commit

Permalink
Set SDK on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 11, 2024
1 parent 39fe843 commit 8e4ac9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
conda config --show
printenv | sort
- name: "Set SDK on MacOS (if needed)"
if: startsWith(matrix.os, 'macos')
run: tools/install_macos_sdk.sh

- name: Build Conda Package
shell: bash -el {0}
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/conda-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ jobs:
conda config --show
printenv | sort
- name: "Set SDK on MacOS (if needed)"
if: startsWith(matrix.os, 'macos')
run: tools/install_macos_sdk.sh

- name: Build Conda Package
shell: bash -el {0}
run: |
mamba install conda-build boa anaconda-client
cd conda-recipe
# Use older conda_build_config -> boost-cpp 1.78
curl -sLO https://raw.githubusercontent.com/conda-forge/conda-forge-pinning-feedstock/084b098a28a7a66e9a0967d156bc55b9ebfc6726/recipe/conda_build_config.yaml
# curl -sLO https://github.com/conda-forge/conda-forge-pinning-feedstock/raw/main/recipe/conda_build_config.yaml
Expand Down

0 comments on commit 8e4ac9b

Please sign in to comment.