GH Actions: Remove submodules

The checkout action is not recursive, leading to build issues. Rely on auto-checkout on make instead.
This commit is contained in:
Lorenz Meier
2019-12-26 16:31:10 +01:00
committed by GitHub
parent 81472b9a6b
commit f8ab98b5de
-1
View File
@@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: check_format
env:
CI: true