mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-08 11:42:04 +00:00
chore: Update update-dependencies.yml
This commit is contained in:
parent
135d9fe547
commit
8f97f636fb
1 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue