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 d16b89e commit 76bd555Copy full SHA for 76bd555
.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/actions-runner/cached
+ run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
15
- name: Setup Packages
16
run: |
17
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
0 commit comments