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

@@ -69,11 +69,16 @@ jobs:
shell: bash
run: |
cd build
cmake --build . --config Release -- -m:2
cmake --build . --config Release -- -m:2
cmake --build . --config Release --target install -- -m:2
ls -lh ./bin/Release/sherpa-onnx.exe
- uses: actions/upload-artifact@v4
with:
name: release-windows-x64-${{ matrix.shared_lib }}-${{ matrix.with_tts }}
path: build/install/*
- name: Test offline punctuation
shell: bash
run: |