mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-06 15:23:34 +03:00
chore: Fix wrong command usage
This commit is contained in:
parent
aa9a2d9ecd
commit
77b1af6ee2
1 changed files with 2 additions and 4 deletions
6
.github/workflows/update-dependencies.yaml
vendored
6
.github/workflows/update-dependencies.yaml
vendored
|
@ -42,14 +42,12 @@ jobs:
|
|||
- name: Update Foss Gomod
|
||||
run: |
|
||||
cd ./core/src/foss/golang/
|
||||
go mod download
|
||||
go mod tidy
|
||||
go get -u
|
||||
|
||||
- name: Update Main Gomod
|
||||
run: |
|
||||
cd ./core/src/main/golang/
|
||||
go mod download
|
||||
go mod tidy
|
||||
go get -u
|
||||
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
|
|
Loading…
Add table
Reference in a new issue