Skip to content

Commit fd6511b

Browse files
committed
ci: fix package_core
1 parent 94b86a9 commit fd6511b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ jobs:
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

0 commit comments

Comments
 (0)