checkout actions

This commit is contained in:
Vadim 2024-03-14 17:17:00 +01:00
parent 1e84f0dffa
commit e56a8d2500

View file

@ -38,6 +38,10 @@ jobs:
matrix:
binary-type: [apk, appbundle, ipa]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/workflows/build_apk.yml
if: ${{ matrix.binary-type != 'ipa' }}
with: