Check out submodules

This commit is contained in:
Christian Semmler 2024-05-16 22:27:52 -04:00 committed by Anonymous Maarten
parent 751693489c
commit e4e959d70b

View file

@ -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