Update c-cpp.yml

This commit is contained in:
Lee Lup Yuen 2020-07-22 10:21:32 +08:00 committed by GitHub
parent 774325eb12
commit e5930d54ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ jobs:
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 -j
run: exit && cd build && make pinetime-app
run: cd build && make pinetime-app
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.