From 969591b7c85a52ed2f060762656b92c8621e15d4 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 3 Jul 2023 21:36:23 -0700 Subject: [PATCH] glfw: CI: clone with submodules Signed-off-by: Stephen Gutekanst --- libs/glfw/.github/workflows/m1_ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/glfw/.github/workflows/m1_ci.yml b/libs/glfw/.github/workflows/m1_ci.yml index 407ca262..d6cd9451 100644 --- a/libs/glfw/.github/workflows/m1_ci.yml +++ b/libs/glfw/.github/workflows/m1_ci.yml @@ -21,6 +21,8 @@ jobs: rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE - name: Checkout uses: actions/checkout@v2 + with: + submodules: 'true' - name: test run: zig build test - name: aarch64-macos -> x86_64-macos