From cf701d06caf9f03c77ea59de038ed8753bc0ee70 Mon Sep 17 00:00:00 2001 From: n3t1zen Date: Sun, 3 May 2026 23:35:27 +0800 Subject: [PATCH] try fix ci --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 788b20af..1c59eeec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -585,10 +585,8 @@ jobs: - calculate_version steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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: