From 308d68ad1702908a9f4957a0cfceac5ab6cf8a37 Mon Sep 17 00:00:00 2001 From: n3t1zen Date: Sun, 3 May 2026 23:27:48 +0800 Subject: [PATCH] try fix ci --- .github/workflows/build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddcc1f03..1c59eeec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -584,15 +584,9 @@ jobs: needs: - calculate_version steps: - - name: Test submodule access - run: | - git clone https://git.sfclub.cc/icybear/sing-box.git . - ls - name: Checkout - uses: actions/checkout@v4 # v5 - with: - fetch-depth: 0 - submodules: 'recursive' + run: | + git clone --recurse-submodules https://git.sfclub.cc/icybear/sing-box.git . - name: Setup Go uses: actions/setup-go@v5 with: