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 8
8
env :
9
9
ZEPHYR_SDK_INSTALL_DIR : /opt/zephyr-sdk-0.16.8
10
10
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
18
18
19
19
- uses : actions/checkout@v4
20
20
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* .
27
27
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*
33
33
34
34
- name : Create Blink sketch
35
35
run : |
You can’t perform that action at this time.
0 commit comments