Update c-cpp.yml

This commit is contained in:
Lee Lup Yuen 2020-07-22 10:07:44 +08:00 committed by GitHub
parent 2bde1d87ac
commit a29336c268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,6 @@ jobs:
- name: cmake
run: mkdir -p build && cd build && cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=${{ runner.temp }}/arm-none-eabi -DNRF5_SDK_PATH=${{ runner.temp }}/nrf5_sdk -DUSE_OPENOCD=1 ../
- name: make
run: cd build && make -j pinetime-app
- name: make -j
run: cd build && make pinetime-app