File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 88 env :
99 ZEPHYR_SDK_INSTALL_DIR : /opt/zephyr-sdk-0.16.8
1010 steps :
11- - name : Install toolchain
12- working-directory : /opt
13- run : |
14- sudo apt-get update
15- sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build
16- wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
17- 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
11+ # - name: Install toolchain
12+ # working-directory: /opt
13+ # run: |
14+ # sudo apt-get update
15+ # sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build
16+ # wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
17+ # 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
1818
1919 - uses : actions/checkout@v4
2020
21- - name : Initialize
22- run : |
23- ./extra/bootstrap.sh
24- ./extra/build_all.sh
25- ./extra/package.sh `git describe --always`
26- mv ../arduino-core-zephyr-llext* .
21+ # - name: Initialize
22+ # run: |
23+ # ./extra/bootstrap.sh
24+ # ./extra/build_all.sh
25+ # ./extra/package.sh `git describe --always`
26+ # mv ../arduino-core-zephyr-llext* .
2727
28- - name : Archive core
29- uses : actions/upload-artifact@v4
30- with :
31- name : Core
32- path : arduino-core-zephyr-llext*
28+ # - name: Archive core
29+ # uses: actions/upload-artifact@v4
30+ # with:
31+ # name: Core
32+ # path: arduino-core-zephyr-llext*
3333
3434 - name : Create Blink sketch
3535 run : |
You can’t perform that action at this time.
0 commit comments