Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jul 18, 2024
1 parent 72cec9f commit 6f5ded5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f5ded5

Please sign in to comment.