Free up disk space on Flatpak builds so they don't crash (#4755)

This commit is contained in:
Seth Flynn 2026-01-13 01:14:57 -05:00 committed by GitHub
commit c2fc0a30b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: