diff --git a/ci_install.sh b/ci_install.sh index c0770c48..9b781730 100755 --- a/ci_install.sh +++ b/ci_install.sh @@ -13,11 +13,16 @@ pio_install() { pio platform update -p } +host_install() { + pio platform install native +} + cd code case "$1" in ("host") pio_install + host_install ;; ("webui") npm_install