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 7df9b1e commit d16b89eCopy full SHA for d16b89e
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- name: Purge .git for space reasons
14
- run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
+ run: rm -rf /home/runner/actions-runner/cached
15
- name: Setup Packages
16
run: |
17
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
0 commit comments