From 7db55cb190191a7d9dade36d2cfc7a4d4eed81c3 Mon Sep 17 00:00:00 2001 From: Syping Date: Thu, 29 Apr 2021 22:02:29 +0200 Subject: [PATCH] GitHub Actions: Checkout with submodules --- .github/workflows/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 14ca984..c9eaf67 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + - submodules: recursive - name: Install packages run: sudo .ci/ubuntu_install.sh - name: Configure CMake