Skip to content

Commit d99c086

Browse files
authored
Update go.yml
Signed-off-by: trodsre <[email protected]>
1 parent fc03b9f commit d99c086

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
@@ -21,7 +21,7 @@ jobs:
2121
run: go build -v ./...
2222

2323
- name: Install make
24-
run: apt-get install make
24+
run: sudo apt-get install make -y
2525

2626
- name: make
2727
run: make build

0 commit comments

Comments
 (0)