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 fe27476 commit e9e87b9Copy full SHA for e9e87b9
.github/workflows/ci.yml
@@ -176,7 +176,7 @@ jobs:
176
steps:
177
- uses: actions/checkout@v2
178
- name: Purge .git for space reasons
179
- run: curl -fsSL https://raw.githubusercontent.com/kou/arrow/e49d8ae15583ceff03237571569099a6ad62be32/ci/scripts/util_free_space.sh | bash
+ run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/Project-Plus-Dolphin-src/.git
180
- name: Setup Packages
181
run: |
182
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
0 commit comments