some projects need submodules too

This commit is contained in:
narimiran 2024-11-11 09:53:03 +01:00
parent 4f31a65c5b
commit 1a56faafcc
No known key found for this signature in database
GPG Key ID: 858F5E6FB71FD8F5
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Install build dependencies (Linux i386)
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'