mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-04 02:39:56 +00:00
Clear additional disk space for Flatpak builds
This commit is contained in:
parent
c972fa880f
commit
b248e8b6b8
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
@ -178,6 +178,13 @@ jobs:
|
||||
org.freedesktop.Sdk.Extension.node18/${{ matrix.arch }}/${PLATFORM_VERSION} \
|
||||
"
|
||||
|
||||
- name: Create Additional Disk Space
|
||||
run: |
|
||||
df -h
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo docker rmi $(docker images -a -q)
|
||||
df -h
|
||||
|
||||
- name: Cache Flatpak build
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user