mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
[Backport release-10.x] Free up disk space on Flatpak builds so they don't crash (#4757)
This commit is contained in:
commit
fe3c3e7449
1 changed files with 7 additions and 0 deletions
7
.github/workflows/flatpak.yml
vendored
7
.github/workflows/flatpak.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue