mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 08:16:51 +00:00
Fix conda env
This commit is contained in:
@@ -40,17 +40,11 @@ jobs:
|
|||||||
- name: Download and extract MacOSX SDK
|
- name: Download and extract MacOSX SDK
|
||||||
if: ${{ matrix.platform.name == 'macOS' }}
|
if: ${{ matrix.platform.name == 'macOS' }}
|
||||||
run: |
|
run: |
|
||||||
curl -L https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz | tar -xvJf - -C /Users/runner/work/
|
curl -o MacOSX10.13.sdk.tar.xz -L https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz && \
|
||||||
|
tar xf MacOSX10.13.sdk.tar.xz && \
|
||||||
- name: Install ninja
|
sudo mv -v MacOSX10.13.sdk /opt/ && \
|
||||||
run: |
|
ls /opt/
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
- uses: seanmiddleditch/gha-setup-ninja@master
|
||||||
sudo apt-get install ninja-build
|
|
||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|
||||||
brew install ninja
|
|
||||||
elif [[ "$OSTYPE" == "win32" ]]; then
|
|
||||||
choco install ninja
|
|
||||||
fi
|
|
||||||
- uses: mamba-org/setup-micromamba@v1 # https://github.com/mamba-org/setup-micromamba
|
- uses: mamba-org/setup-micromamba@v1 # https://github.com/mamba-org/setup-micromamba
|
||||||
with:
|
with:
|
||||||
environment-file: conda/environment.build.yml
|
environment-file: conda/environment.build.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user