Fix 32-bit arm CI (#2276)

This commit is contained in:
Fangjun Kuang
2025-06-03 21:02:33 +08:00
committed by GitHub
parent 1fabc6c79a
commit 9539af5f5c
6 changed files with 13 additions and 54 deletions

View File

@@ -50,7 +50,7 @@ cmake \
-DSHERPA_ONNX_ENABLE_TESTS=OFF \
-DSHERPA_ONNX_ENABLE_PYTHON=OFF \
-DSHERPA_ONNX_ENABLE_CHECK=OFF \
-DSHERPA_ONNX_ENABLE_PORTAUDIO=OFF \
-DSHERPA_ONNX_ENABLE_PORTAUDIO=ON \
-DSHERPA_ONNX_ENABLE_JNI=OFF \
-DSHERPA_ONNX_ENABLE_C_API=ON \
-DSHERPA_ONNX_ENABLE_WEBSOCKET=ON \