Skip to content

Commit 5f81010

Browse files
authored
Remove wasteful recursive submodule cloning for Public API shipping
1 parent aea6c51 commit 5f81010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/public-api.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ jobs:
5454
- uses: actions/checkout@v2
5555
with:
5656
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
57-
- name: Checkout submodules, configure git
57+
- name: Configure git
5858
run: |
59-
git -c submodule.third_party/git-hooks.update=none submodule update --init --recursive
6059
git config --local user.email "9011267+dotnet-bot@users.noreply.github.com"
6160
git config --local user.name "The Silk.NET Automaton"
6261
- name: Cache .tmp, ~/.nuget/packages

0 commit comments

Comments
 (0)