From 2da9215221f5cfff3b12cf3eee4d8b4ccd4afac8 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 22 Jun 2021 12:03:40 +0200 Subject: [PATCH] Try to use CMake for git submodules --- .github/workflows/cmake.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 143486c..fd136c7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,8 +30,6 @@ jobs: steps: - uses: actions/checkout@v2 - with: - submodules: recursive - name: Fix Path on Ubuntu if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04'