Skip to content

Commit 21a9887

Browse files
committedOct 21, 2023
Enable checkout treeless partial clone
actions/checkout#1396
1 parent 3af3f11 commit 21a9887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: actions/checkout@v4.1.1
2626
with:
2727
fetch-depth: 0
28+
filter: tree:0
2829
show-progress: false
29-
submodules: recursive
3030

3131
- name: Install dotnet
3232
uses: actions/setup-dotnet@v3.2.0

0 commit comments

Comments
 (0)
Failed to load comments.