Skip to content

Commit b3410d0

Browse files
committed
ci: add needed packages
Packages needed for new version of poky. Signed-off-by: Anas Nashif <[email protected]>
1 parent fff0928 commit b3410d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,8 @@ jobs:
935935
run: |
936936
POKY_BASE=${GITHUB_WORKSPACE}/meta-zephyr-sdk
937937
export META_DOWNLOADS="${POKY_DOWNLOADS}"
938+
sudo apt-get update
939+
sudo apt-get install -y lz4 zstd
938940
939941
# Check out Poky
940942
${POKY_BASE}/scripts/meta-zephyr-sdk-clone.sh

0 commit comments

Comments
 (0)