diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f771813..0fbeb422 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 - \ No newline at end of file