mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-02-21 09:13:16 +03:00
chore: Update update-dependencies.yml
This commit is contained in:
parent
86206bd155
commit
fb4e69f594
10
.github/workflows/update-dependencies.yml
vendored
10
.github/workflows/update-dependencies.yml
vendored
@ -6,19 +6,17 @@ jobs:
|
||||
update-dependencies:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.20"
|
||||
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Git Sumbodule Update (Clash.Meta Core)
|
||||
run: |
|
||||
git submodule update --remote --recursive
|
||||
git submodule update --init --remote --recursive -f
|
||||
|
||||
- name: Update Foss Gomod
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user