Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Dec 25, 2023
1 parent 6a38a18 commit 31de299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Nim
id: install-nim
run: |
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
curl https://nim-lang.org/choosenim/init.sh -sSf | sh -y
export PATH="~/nimble/bin:$PATH"
echo $PATH
Expand Down

0 comments on commit 31de299

Please sign in to comment.