mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-06-23 21:02:14 +08:00
chore: Update update-dependencies.yml
This commit is contained in:
parent
135d9fe547
commit
8f97f636fb
2
.github/workflows/update-dependencies.yml
vendored
2
.github/workflows/update-dependencies.yml
vendored
@ -20,12 +20,14 @@ jobs:
|
||||
|
||||
- name: Update Foss Gomod
|
||||
run: |
|
||||
go env -w GOPROXY=https://goproxy.io,direct
|
||||
cd ./core/src/foss/golang/
|
||||
go mod download
|
||||
go mod tidy
|
||||
|
||||
- name: Update Main Gomod
|
||||
run: |
|
||||
go env -w GOPROXY=https://goproxy.io,direct
|
||||
cd ./core/src/main/golang/
|
||||
go mod download
|
||||
go mod tidy
|
||||
|
||||
Loading…
Reference in New Issue
Block a user