From c7c5ac262e59329d1c63c93e8cc39b8a4ff58879 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Wed, 31 Jan 2024 14:12:20 +0100 Subject: [PATCH] ci: recurse submodules and add libflatpak --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b30999..ca0868c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,11 @@ jobs: expat fontconfig freetype2 + flatpak - run: rm -rf /host/usr/local/lib/android # Free space - uses: actions/checkout@v3 with: - submodules: true + submodules: recursive # Safe directory behavior seems to have issues with `container:` # https://github.com/actions/checkout/issues/915 - run: git config --global --add safe.directory '*'