Skip to content

Commit d0b2e7f

Browse files
authored
fetch latest nimby release (#4501)
- `0.1.6` appears to have been removed, latest is `0.1.13` - let's change it to always fetch the latest to ensure we get a release that exists
1 parent a3fa19f commit d0b2e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
- name: Set up nim
5555
shell: bash
5656
run: |
57-
curl -L -o nimby https://github.com/treeform/nimby/releases/download/0.1.6/nimby-Linux-X64
57+
curl -L -o nimby https://github.com/treeform/nimby/releases/latest/download/nimby-Linux-X64
5858
chmod +x nimby
5959
./nimby use 2.2.6
6060
echo "$HOME/.nimby/nim/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)