some projects need submodules too
This commit is contained in:
parent
4f31a65c5b
commit
1a56faafcc
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue