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 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
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
10
10
steps :
11
11
- name : Install toolchain
12
12
run : |
13
13
sudo apt-get update
14
14
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip
15
15
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
16
16
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 ../
17
18
18
19
- name : Initialize
19
- working-directory : ArduinoCore-zephyr
20
20
run : |
21
21
./extra/bootstrap.sh
22
22
./extra/build_all.sh
You can’t perform that action at this time.
0 commit comments