Skip to content

Commit a4d1025

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
working-directory: /opt
1313
run: |
1414
sudo apt-get update
15-
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip
15+
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build
1616
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
1717
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

0 commit comments

Comments
 (0)