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

View File

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