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: