From 667bad6a21778f082f1c81368fd66724c0e712fa Mon Sep 17 00:00:00 2001 From: Runji Wang Date: Fri, 29 Dec 2023 12:19:15 +0800 Subject: [PATCH] fix ci Signed-off-by: Runji Wang --- ci/scripts/build-other.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/build-other.sh b/ci/scripts/build-other.sh index 2311e5164fe74..e303a5f5160cb 100755 --- a/ci/scripts/build-other.sh +++ b/ci/scripts/build-other.sh @@ -8,6 +8,7 @@ source ci/scripts/common.sh echo "--- Build Rust UDF" cd e2e_test/udf/wasm +rustup target add wasm32-wasi cargo build --release cd ../../..