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-09-01 15:29:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-09-01 15:29:19 +0800
Commit
c2cad93ef458e41c780a5266f772643f4781dca3
c2cad93e
1 parent
0b5af832
Fix using sherpa-onnx as a cmake sub-project. (#2550)
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
.github/workflows/linux-jni.yaml
cmake/cppinyin.cmake
.github/workflows/linux-jni.yaml
查看文件 @
c2cad93
...
...
@@ -62,7 +62,7 @@ jobs:
path
:
./*.jar
-
name
:
Release jar
if
:
repository_owner == 'csukuangfj' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if
:
github.
repository_owner == 'csukuangfj' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses
:
svenstaro/upload-release-action@v2
with
:
file_glob
:
true
...
...
cmake/cppinyin.cmake
查看文件 @
c2cad93
...
...
@@ -43,7 +43,7 @@ function(download_cppinyin)
file
(
REMOVE
${
cppinyin_SOURCE_DIR
}
/CMakeLists.txt
)
configure_file
(
${
CMAKE_
SOURCE_DIR
}
/cmake
/cppinyin.patch
${
CMAKE_
CURRENT_LIST_DIR
}
/cppinyin.patch
${
cppinyin_SOURCE_DIR
}
/CMakeLists.txt
COPYONLY
)
...
...
请
注册
或
登录
后发表评论