From e4e959d70b13281abed8bf11515b42f1fb8ef3f6 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 16 May 2024 22:27:52 -0400 Subject: [PATCH] Check out submodules --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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