Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 1, 2024
1 parent 68e8a9a commit 72f597d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
installer-url: "https://github.com/conda-forge/miniforge/releases/\
download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh"
channels: conda-forge
architecture: arm64
miniforge-variant: Mambaforge
activate-environment: grass-env
use-mamba: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ fi
# recommended in https://gitter.im/conda-forge/conda-forge.github.io?at=5c40da7f95e17b45256960ce
find ${CONDA_PREFIX}/lib -name '*.la' -delete

CONDA_ARCH=$(uname -m)
CONDA_ARCH=arm64
# $(uname -m)
INSTALL_PREFIX=$1

CONFIGURE_FLAGS="\
Expand Down

0 comments on commit 72f597d

Please sign in to comment.