From 6e79e9cdbca6e03f494af4edd79254796506377a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 28 Mar 2022 10:36:56 -0400 Subject: [PATCH] Checkout recursively on CI --- .github/workflows/arch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index be0b28d..4a8ce81 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: 'recursive' - name: Compile run: | pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite