hack: try to free up disk space on Flatpak builds so they don't crash

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-01-01 20:48:48 +05:00
parent 92a2e3b894
commit eafce5d5f6
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -82,8 +82,15 @@ jobs:
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.10
options: --privileged
volumes:
- /opt/hostedtoolcache:/hostedtoolcache
steps:
- name: Free up disk space
shell: bash
run: |
rm -rf /hostedtoolcache/*
- name: Checkout repository
uses: actions/checkout@v6
with: