Skip to content

Commit

Permalink
make the script correctly set the Nim version
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Apr 16, 2024
1 parent da95c19 commit e9a7b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ runs:
shell: bash
- run: |
export CHOOSENIM_CHOOSE_VERSION=2.0.2
wget -qO - https://nim-lang.org/choosenim/init.sh | bash -s -- -y
echo "$HOME/.nimble/bin" >> $GITHUB_PATH
export PATH=/home/runner/.nimble/bin:$PATH
Expand Down

0 comments on commit e9a7b44

Please sign in to comment.