From cad1ff9299d64fc5e5d0f840ec920ce9d6292a56 Mon Sep 17 00:00:00 2001 From: n3t1zen Date: Sun, 3 May 2026 22:42:20 +0800 Subject: [PATCH] fix --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 592c12c0..475e64cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -584,6 +584,10 @@ jobs: needs: - calculate_version steps: + - name: Test submodule access + run: | + git ls-remote https://git.sfclub.cc/icybear/sing-box-for-android.git + git ls-remote https://git.sfclub.cc/icybear/sing-box.git - name: Checkout uses: actions/checkout@v4 # v5 with: