mirror of https://github.com/ppy/SDL3-CS.git
Fix fetch submodule recursively for libtiff
This commit is contained in:
parent
7124e530e1
commit
1616f6056c
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: recursive
|
||||||
|
|
||||||
- name: Build (Linux ARM)
|
- name: Build (Linux ARM)
|
||||||
if: contains(matrix.platform.container, 'arm')
|
if: contains(matrix.platform.container, 'arm')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue