From 47a8e01c397c8852e00c202e3f2815bb7b5a364a Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 30 Oct 2021 00:08:27 +0300 Subject: [PATCH 1/1] ci-linux.yml: also need submodules --- .github/workflows/ci-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 511aa566..438b0552 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -5,6 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Install dependencies run: | sudo apt-get update -qq -- 2.39.2