From 1f0701c2217ea123ef22eef2808c7c2c4959b78d Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 23 May 2024 13:46:05 -0400 Subject: [PATCH] Add with submodules --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3d65f44..e90a9806 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,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: |