Update ccpp.yml

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:30 +01:00 committed by GitHub
parent f8ab98b5de
commit 2120c87d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: make
run: make