mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-18 21:31:16 +00: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
|
arch: amd64_x86 # Use the 64-bit x64-native cross tools to build 32-bit x86 code
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
@ -41,4 +43,3 @@ jobs:
|
|||||||
-DISLE_WERROR=${{ !!matrix.toolchain.werror }} \
|
-DISLE_WERROR=${{ !!matrix.toolchain.werror }} \
|
||||||
-Werror=dev
|
-Werror=dev
|
||||||
cmake --build build -- -k0
|
cmake --build build -- -k0
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user