Skip to content

Commit

Permalink
ci: recurse submodules and add libflatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Jan 31, 2024
1 parent a0b7b0b commit d1db7c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '*'
Expand Down

0 comments on commit d1db7c4

Please sign in to comment.