From 1616f6056c80780136d0b9c8d830f7f678a0f1ee Mon Sep 17 00:00:00 2001 From: "MINI\\jairo" Date: Thu, 19 Jun 2025 07:08:49 -0500 Subject: [PATCH] Fix fetch submodule recursively for libtiff --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a3372a..820caab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - name: Build (Linux ARM) if: contains(matrix.platform.container, 'arm')