File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 env :
9- ZEPHYR_SDK_INSTALL_DIR : /opt/ zephyr-sdk-0.16.8/
9+ ZEPHYR_SDK_INSTALL_DIR : /home/runner/work/ArduinoCore- zephyr/zephyr -sdk-0.16.8
1010 steps :
1111 - name : Install toolchain
1212 run : |
1313 sudo apt-get update
1414 sudo apt-get install -y --no-install-recommends git cmake wget python3-pip
1515 wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
1616 tar xf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz && cd zephyr-sdk-0.16.8 && ./setup.sh -t arm-zephyr-eabi -c
17+ mv zephyr-sdk-0.16.8 ../
1718
1819 - name : Initialize
19- working-directory : ArduinoCore-zephyr
2020 run : |
2121 ./extra/bootstrap.sh
2222 ./extra/build_all.sh
You can’t perform that action at this time.
0 commit comments