Update c-cpp.yml

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

View File

@ -13,12 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: change dir
run: cd ./src/raspberrypi
# - name: configure
# run: ./configure
- name: make
run: make all
working-directory: ./src/raspberrypi
# - name: make check
# run: make check
# - name: make distcheck