Skip to content

Commit 4181402

Browse files
committed
fix:
1 parent 9d6c4e6 commit 4181402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# run: make websocketd
2727

2828
- name: build and run websocketd
29-
run: go build
29+
run: go build -buildvcs=false
3030

3131
- name: test
3232
run: |

0 commit comments

Comments
 (0)