From 36b18fd595234b72a9db6a472ae8368ee6e9ca9c Mon Sep 17 00:00:00 2001 From: n3t1zen Date: Sun, 3 May 2026 22:50:34 +0800 Subject: [PATCH] try fix ci --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 475e64cb..ddcc1f03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -586,8 +586,8 @@ jobs: 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 + git clone https://git.sfclub.cc/icybear/sing-box.git . + ls - name: Checkout uses: actions/checkout@v4 # v5 with: