Skip to content

Commit 16c416d

Browse files
committed
Patch dots CI installation logic.
1 parent 3d4d7c5 commit 16c416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
restore-keys: |
3131
${{ runner.os }}-go-
3232
- name: Install drn/dots
33-
run: go get -u github.com/drn/dots
33+
run: go install github.com/drn/dots
3434
- name: Verify installation
3535
run: dots help
3636
- name: Cache dots CLI

0 commit comments

Comments
 (0)