Fix CI tests (#1061)

This commit is contained in:
Fangjun Kuang
2024-06-27 18:05:18 +08:00
committed by GitHub
parent 03ebdf3fc6
commit 598c12c4e5
14 changed files with 214 additions and 64 deletions

View File

@@ -134,6 +134,7 @@ def main():
process_linux(s)
process_windows(s, "x64")
process_windows(s, "x86")
process_windows(s, "arm64")
s = read_proj_file("./sherpa-onnx.csproj.in")
d = get_dict()