支持拉取子模块

This commit is contained in:
2026-05-02 23:22:15 +08:00
parent 9bd56ce760
commit 3609dd46e7

View File

@@ -14,9 +14,11 @@ jobs:
repository: 'lzw-723/ClashMetaForAndroid' repository: 'lzw-723/ClashMetaForAndroid'
fetch-depth: 0 fetch-depth: 0
ref: 'main' ref: 'main'
submodules: true
github-server-url: 'https://gitea.tunnel.litchi.quest' github-server-url: 'https://gitea.tunnel.litchi.quest'
- name: Checkout and Update submodules
run: git submodule update --init --recursive --remote --force
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v5 uses: actions/setup-java@v5
with: with: