From 472aaf3c7951bdb61f84145b89caacb322be6837 Mon Sep 17 00:00:00 2001 From: Ruby Iris Juric Date: Sat, 6 Dec 2025 16:54:49 +0800 Subject: [PATCH] ci: replace --nojs flag with --js-engine Signed-off-by: Ruby Iris Juric --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc550e9..4b6afcd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Build aplite SDK run: | - ./waf configure --board bb2 --nojs + ./waf configure --board bb2 --js-engine none ./waf build --onlysdk - name: Build basalt SDK