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

View File

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