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