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: