Skip to content

Commit b5ae417

Browse files
committed
save space on linux build
1 parent 5b86d38 commit b5ae417

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ jobs:
9696
shell: bash
9797
env:
9898
GH_TOKEN: ${{secrets.REPO_TOKEN}}
99+
100+
- name: Cleanup
101+
id: cleanup
102+
run: |
103+
rm -rf game_dist
104+
git clean -xfd -- game src

0 commit comments

Comments
 (0)