From f5beece5d87251be294c0eb786dc9d7046f67ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E9=A3=8E=E7=A0=B4?= <409001887@qq.com> Date: Sun, 2 Jun 2024 19:07:53 +0800 Subject: [PATCH] Update test-dot-net.yaml (#960) edit DSHERPA_ONNX_ENABLE_BINARY to on --- .github/workflows/test-dot-net.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-dot-net.yaml b/.github/workflows/test-dot-net.yaml index 8f7c9973..7052542d 100644 --- a/.github/workflows/test-dot-net.yaml +++ b/.github/workflows/test-dot-net.yaml @@ -89,7 +89,7 @@ jobs: -DCMAKE_BUILD_TYPE=Release \ -DSHERPA_ONNX_ENABLE_WEBSOCKET=OFF \ -DBUILD_ESPEAK_NG_EXE=OFF \ - -DSHERPA_ONNX_ENABLE_BINARY=OFF \ + -DSHERPA_ONNX_ENABLE_BINARY=ON \ .. cmake --build . --target install --config Release