From 2011a5cc9cf29e8b05b543d10bbd68736a1714db Mon Sep 17 00:00:00 2001 From: Zach Bacon Date: Sun, 3 Oct 2021 16:57:32 -0400 Subject: [PATCH] Let's run the git submodule command --- .github/workflows/msys2-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 7645296d..612eaf32 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -26,6 +26,7 @@ jobs: mingw-w64-clang-x86_64-SDL2 - name: Configure run: >- + git submodule update --init --remote --recursive cmake -B build -G Ninja - name: Build run: ninja -C build