From 56a7c008ac41e14fd8029a25972cbcf7581c7941 Mon Sep 17 00:00:00 2001 From: rjindael Date: Mon, 17 Jul 2023 18:12:43 -0700 Subject: [PATCH] ci: clone submodules --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e3772c..f9308b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: steps: - uses: actions/checkout@v3 - + with: + submodules: recursive + - uses: msys2/setup-msys2@v2 name: Set up MSYS2 with: