Skip to content

Commit 09d6ecd

Browse files
committed
Fix build with mods
1 parent 44e85fd commit 09d6ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
go test -race . -coverprofile=coverage.txt -covermode=atomic
3535
3636
- name: Build
37-
run: go build -v -o ./truecli/truecli ./truecli
37+
run: cd truecli && go build -v -o truecli

0 commit comments

Comments
 (0)