go get add -insecure flag

This commit is contained in:
Kslr
2020-09-20 03:30:42 +08:00
parent ea670ce953
commit 5c36ca16c1

View File

@ -27,7 +27,7 @@ jobs:
- name: Go get project code
run: |
go get -v $REPO_URL
go get -v -insecure $REPO_URL
- name: Build dlc.dat file
run: |