Skip to content

Commit b9ddf3b

Browse files
committed
Add sparse checkout to workflow
1 parent 0843f8d commit b9ddf3b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/run.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v4
16+
with:
17+
sparse-checkout: |
18+
!*.obj
19+
!*.mtl
20+
sparse-checkout-cone-mode: false
1621

1722
- uses: actions/setup-java@v5
1823
with:

0 commit comments

Comments
 (0)