Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
The checkout action is not recursive, leading to build issues. Rely on auto-checkout on make instead.
  • Loading branch information
LorenzMeier authored Dec 26, 2019
1 parent f8ab98b commit 2120c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: make
run: make

0 comments on commit 2120c87

Please sign in to comment.