We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fa19f commit d0b2e7fCopy full SHA for d0b2e7f
.github/actions/setup-environment/action.yml
@@ -54,7 +54,7 @@ runs:
54
- name: Set up nim
55
shell: bash
56
run: |
57
- curl -L -o nimby https://github.com/treeform/nimby/releases/download/0.1.6/nimby-Linux-X64
+ curl -L -o nimby https://github.com/treeform/nimby/releases/latest/download/nimby-Linux-X64
58
chmod +x nimby
59
./nimby use 2.2.6
60
echo "$HOME/.nimby/nim/bin" >> "$GITHUB_PATH"
0 commit comments