Fixing include error

/home/runner/work/pinetime-lab/pinetime-lab/src/drivers/TwiMaster.cpp:1:10: fatal error: sdk/integration/nrfx/nrfx_log.h: No such file or directory
 #include <sdk/integration/nrfx/nrfx_log.h>
This commit is contained in:
Lee Lup Yuen 2020-07-22 10:34:09 +08:00 committed by GitHub
parent 03bfc7e3db
commit 9d4e4f0637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,13 +59,13 @@ jobs:
- name: Show Files
run: set ; pwd ; ls -l
- 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 -j
run: cd build && make pinetime-app
run: cd build && make --trace pinetime-app
- name: Upload the Built Firmware
uses: actions/upload-artifact@v2
with: