mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
ci: free space for building
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user