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: