ci: free space for building

This commit is contained in:
Victoria Brekenfeld
2023-08-10 18:38:09 +02:00
parent a9a8a74e44
commit 46fc0bf34d
+3
View File
@@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: archlinux:latest
volumes:
- /:/host
steps:
- run: >
pacman --noconfirm -Syu
@@ -41,6 +43,7 @@ jobs:
expat
fontconfig
freetype2
- run: rm -rf /host/usr/local/lib/android # Free space
- uses: actions/checkout@v3
with:
submodules: true