Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2025-07-04 22:27:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-07-04 22:27:24 +0800
Commit
d70b78958292dc2c7028286f8256d1f39cd59b58
d70b7895
1 parent
33a689dc
Fix testing dart packages (#2345)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
.github/workflows/test-dart-package.yaml
.github/workflows/test-dart-package.yaml
查看文件 @
d70b789
...
...
@@ -59,6 +59,8 @@ jobs:
cd dart-api-examples/vad
flutter pub get
if false; then
if [[ ${{ matrix.os }} == ubuntu-latest || ${{ matrix.os }} == ubuntu-24.04-arm ]]; then
echo "-----"
ls -lh /home/runner/work/_temp/pub-cache/hosted/pub.dev
...
...
@@ -96,6 +98,7 @@ jobs:
# sudo mkdir /Users/runner/work/_temp/pub-cache/hosted/pub.dev/sherpa_onnx_macos-1.10.7/lib
# sudo touch /Users/runner/work/_temp/pub-cache/hosted/pub.dev/sherpa_onnx_macos-1.10.7/lib/.gitkeep
fi
fi
-
name
:
Run tests
...
...
请
注册
或
登录
后发表评论