From f8ab98b5dee1800b438dbf763d5cbd4281b6b0ed Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 26 Dec 2019 16:31:10 +0100 Subject: [PATCH] GH Actions: Remove submodules The checkout action is not recursive, leading to build issues. Rely on auto-checkout on make instead. --- .github/workflows/build_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index ca59ea982b..6f88915bdc 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -10,7 +10,6 @@ jobs: - uses: actions/checkout@v1 with: token: ${{ secrets.ACCESS_TOKEN }} - submodules: true - name: check_format env: CI: true