From 3609dd46e76170de5ef849d307744291571b7428 Mon Sep 17 00:00:00 2001 From: lzw-723 Date: Sat, 2 May 2026 23:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=8B=89=E5=8F=96=E5=AD=90?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-ci.yaml b/.gitea/workflows/build-ci.yaml index 5ee4f9e..7d06586 100644 --- a/.gitea/workflows/build-ci.yaml +++ b/.gitea/workflows/build-ci.yaml @@ -14,9 +14,11 @@ jobs: repository: 'lzw-723/ClashMetaForAndroid' fetch-depth: 0 ref: 'main' - submodules: true github-server-url: 'https://gitea.tunnel.litchi.quest' + - name: Checkout and Update submodules + run: git submodule update --init --recursive --remote --force + - name: Setup Java uses: actions/setup-java@v5 with: