Skip to content

Commit d3d2280

Browse files
authored
Use sparse checkouts to fix disk space issue (#106)
* Use sparse checkout when cloning TypeTreeDumps repo this is done so the runner does not run out of disk space since the other folders can get quite large. * hardcode typetreedumps ref to check if sparse checkouts fix the issue * Revert ref testing commit
1 parent 43c367d commit d3d2280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/type_tree_tpk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/checkout@v5
4040
with:
4141
repository: 'AssetRipper/TypeTreeDumps'
42+
sparse-checkout: 'InfoJson'
4243
path: TypeTreeDumps
4344
- name: Make files executable
4445
shell: bash
@@ -70,4 +71,4 @@ jobs:
7071
name: brotli_file
7172
path: ./brotli.tpk
7273
if-no-files-found: error
73-
74+

0 commit comments

Comments
 (0)