From 6f5ded5ee36465597e5bd1a6530ca281b34b29c3 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Thu, 18 Jul 2024 12:13:53 -0400 Subject: [PATCH] cleanup --- .github/workflows/go.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9c06004191..5d431516e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -116,7 +116,10 @@ jobs: if: ${{ contains(runner.name, 'nsc') }} with: fetch-depth: 2 - submodules: 'recursive' + submodules: 'false' + + - name: F + run: nsc git-checkout update-submodules --mirror_base_path=${NSC_GIT_MIRROR} --repository_path=${GITHUB_WORKSPACE} --recurse - name: Go modules cache uses: actions/cache@v4