Clear additional disk space for Flatpak builds

This commit is contained in:
Cameron Gutman 2023-07-07 19:25:03 -05:00
parent c972fa880f
commit b248e8b6b8

View File

@ -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: