Skip to content

Commit d1fde5f

Browse files
committed
fix: skip sherpaonnx on Windows ARM (no onnxruntime pre-built), add serde_json dep
- sherpa-onnx-sys fails on aarch64-windows (no pre-built onnxruntime) - serde_json needed by sherpaonnx_engine.rs for credentials parsing - All other sherpaonnx variants pass (Linux x86_64, macOS x86+ARM, Win x86)
1 parent 76ccfce commit d1fde5f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ jobs:
107107
features: "cloud,sherpaonnx"
108108
label: "cloud-sherpaonnx-x86_64-windows"
109109
lib_ext: dll
110-
- target: aarch64-pc-windows-msvc
111-
os: windows-latest
112-
features: "cloud,sherpaonnx"
113-
label: "cloud-sherpaonnx-aarch64-windows"
114-
lib_ext: dll
115110
runs-on: ${{ matrix.os }}
116111
steps:
117112
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)