Skip to content

Commit

Permalink
fix: use correct version tag for micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 7, 2024
1 parent 86d848f commit 0228b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-runtime.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
:Check if micromamba is already installed
if exist micromamba.exe goto Isolation
curl.exe -L -o micromamba.exe https://github.com/mamba-org/micromamba-releases/releases/$VERSION/download/micromamba-win-64
curl.exe -L -o micromamba.exe https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-win-64

cd /d "%~dp0"

Expand Down

0 comments on commit 0228b0c

Please sign in to comment.