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