Skip to content

Commit 8803aea

Browse files
authored
wipe data on runner maybe
1 parent f32f21a commit 8803aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
steps:
201201
- uses: actions/checkout@v2
202202
- name: Purge .git for space reasons
203-
run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
203+
run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git && rm -rf /home/runner/actions-runner/cached/_diag/* && rm -rf /home/runner/actions-runner/_work/_temp/ && rm -rf /home/runner/actions-runner/_work/_tool/*
204204
- name: Setup Packages
205205
run: |
206206
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \

0 commit comments

Comments
 (0)