diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7a69a4..60b421e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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