Skip to content

Commit c6d6e1e

Browse files
committed
ci: fix package_core
1 parent ec032c6 commit c6d6e1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
env:
9-
ZEPHYR_SDK_INSTALL_DIR: /home/runner/work/ArduinoCore-zephyr/zephyr-sdk-0.16.8
9+
ZEPHYR_SDK_INSTALL_DIR: /opt/zephyr-sdk-0.16.8
1010
steps:
1111
- name: Install toolchain
12+
working-directory: /opt
1213
run: |
1314
sudo apt-get update
1415
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip
1516
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
1617
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
1718
19+
- uses: actions/checkout@v4
20+
1821
- name: Initialize
1922
run: |
2023
./extra/bootstrap.sh

0 commit comments

Comments
 (0)