We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32f21a commit 8803aeaCopy full SHA for 8803aea
.github/workflows/ci.yml
@@ -200,7 +200,7 @@ jobs:
200
steps:
201
- uses: actions/checkout@v2
202
- name: Purge .git for space reasons
203
- run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
+ 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/*
204
- name: Setup Packages
205
run: |
206
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
0 commit comments