Skip to content

Commit 0095588

Browse files
authored
Update extra.yml
1 parent 96fe9e0 commit 0095588

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/extra.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
with:
1919
go-version: 1.18.0 # optional
2020
- name: Update Dependency
21-
run: go get -u -v github.com/wechaty/go-wechaty@latest
21+
run: |
22+
go get -u -v github.com/wechaty/go-wechaty@latest
23+
go mod download
24+
go mod tidy
2225
2326
- name: Test
2427
run: |

0 commit comments

Comments
 (0)