Skip to content

Commit 721c9fb

Browse files
committed
Fix CI: use -o flag to avoid 'build output cmd already exists' error
1 parent 873c365 commit 721c9fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: go test ./...
3131

3232
- name: Build
33-
run: go build ./cmd/
33+
run: go build -o /tmp/devtools-api ./cmd/

0 commit comments

Comments
 (0)