Update c-cpp.yml

This commit is contained in:
akuker 2020-08-06 12:31:50 -05:00 committed by GitHub
parent 7c46ccf66c
commit 61fff367b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
# - name: configure
# run: ./configure
- name: make
run: make all
run: make all DEBUG=1
working-directory: ./src/raspberrypi
# - name: make check
# run: make check