Clear additional disk space for Flatpak builds
This commit is contained in:
parent
c972fa880f
commit
b248e8b6b8
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue