Merge pull request #36 from jonathansmithinfact/fixwest

fix west building
This commit is contained in:
Sergey
2025-12-05 11:40:32 +03:00
committed by GitHub

View File

@@ -5,4 +5,4 @@
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
# exec $@
exec bash -c "$@"
exec "$@"