Skip to content

Commit

Permalink
Merge pull request #199 from wolfv/update_micromamba
Browse files Browse the repository at this point in the history
use newest micromamba
  • Loading branch information
isuruf committed Oct 14, 2021
2 parents 64853e9 + 54a4254 commit b7ea916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cp LICENSE "${TEMP_DIR}/"
ls -al "${TEMP_DIR}"

if [[ "${TARGET_PLATFORM}" != win-* ]]; then
MICROMAMBA_VERSION=0.13.0
MICROMAMBA_VERSION=0.17.0
mkdir "${TEMP_DIR}/micromamba"
pushd "${TEMP_DIR}/micromamba"
curl -L -O "https://anaconda.org/conda-forge/micromamba/${MICROMAMBA_VERSION}/download/${TARGET_PLATFORM}/micromamba-${MICROMAMBA_VERSION}-0.tar.bz2"
Expand Down

0 comments on commit b7ea916

Please sign in to comment.