mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-26 22:21:50 -04:00
Check out submodules
This commit is contained in:
parent
751693489c
commit
e4e959d70b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -31,6 +31,8 @@ jobs:
|
||||
arch: amd64_x86 # Use the 64-bit x64-native cross tools to build 32-bit x86 code
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
@ -41,4 +43,3 @@ jobs:
|
||||
-DISLE_WERROR=${{ !!matrix.toolchain.werror }} \
|
||||
-Werror=dev
|
||||
cmake --build build -- -k0
|
||||
|
Loading…
x
Reference in New Issue
Block a user