From 9ed266b30ed37e974605abd596f4087cf952282a Mon Sep 17 00:00:00 2001 From: lzw-723 Date: Sat, 2 May 2026 22:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E6=94=AF=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-ci.yaml b/.gitea/workflows/build-ci.yaml index 1ff6bf4..1bd8928 100644 --- a/.gitea/workflows/build-ci.yaml +++ b/.gitea/workflows/build-ci.yaml @@ -13,11 +13,10 @@ jobs: with: repository: 'lzw-723/ClashMetaForAndroid' fetch-depth: 0 + ref: 'main' + submodules: true github-server-url: 'https://gitea.tunnel.litchi.quest' - - name: Checkout submodules - run: git submodule update --init --recursive --force - - name: Setup Java uses: actions/setup-java@v5 with: