Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Aug 26, 2024
1 parent a99db17 commit 236cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-nim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ install_choosenim() {
curl -sSf -o choosenim https://github.com/nim-lang/choosenim/releases/download/v0.8.4/choosenim-0.8.4_linux_amd64
chmod u+x ./choosenim
if [ -z "$CHOOSENIM_CHOOSE_VERSION" ]; then
CHOOSENIM_CHOOSE_VERSION="$(curl -sSfL https://nim-lang.org/choosenim/stable)"
CHOOSENIM_CHOOSE_VERSION="stable"
fi
./choosenim "$CHOOSENIM_CHOOSE_VERSION" --firstInstall -y
mv choosenim "$HOME/.nimble/bin/"
Expand Down

0 comments on commit 236cb01

Please sign in to comment.