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
2024-02-21 15:37:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-02-21 15:37:27 +0800
Commit
25079b5c056ede62635c5b62a623396c89eceea6
25079b5c
1 parent
099a0cca
Fix CI tests. (#596)
隐藏空白字符变更
内嵌
并排对比
正在显示
6 个修改的文件
包含
7 行增加
和
7 行删除
.github/workflows/linux.yaml
.github/workflows/npm.yaml
.github/workflows/pkg-config.yaml
.github/workflows/run-python-test.yaml
.github/workflows/test-nodejs-npm.yaml
.github/workflows/test-nodejs.yaml
.github/workflows/linux.yaml
查看文件 @
25079b5
...
...
@@ -132,7 +132,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
if
:
matrix.shared_lib == 'OFF' && matrix.build_type == 'Release'
with
:
name
:
release-static
name
:
release-static
-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
path
:
build/bin/*
-
name
:
Test transducer kws
...
...
@@ -236,6 +236,6 @@ jobs:
-
uses
:
actions/upload-artifact@v4
with
:
name
:
tts-generated-test-files
name
:
tts-generated-test-files
-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
path
:
tts
...
...
.github/workflows/npm.yaml
查看文件 @
25079b5
...
...
@@ -29,7 +29,7 @@ jobs:
with
:
python-version
:
${{ matrix.python-version }}
-
uses
:
actions/setup-node@v
3
-
uses
:
actions/setup-node@v
4
with
:
node-version
:
13
registry-url
:
'
https://registry.npmjs.org'
...
...
.github/workflows/pkg-config.yaml
查看文件 @
25079b5
...
...
@@ -129,5 +129,5 @@ jobs:
-
uses
:
actions/upload-artifact@v4
with
:
name
:
tts-generated-test-files
name
:
tts-generated-test-files
-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.lib_type }}
path
:
tts
...
...
.github/workflows/run-python-test.yaml
查看文件 @
25079b5
...
...
@@ -81,5 +81,5 @@ jobs:
-
uses
:
actions/upload-artifact@v4
with
:
name
:
tts-generated-test-files
name
:
tts-generated-test-files
-${{ matrix.os }}-${{ matrix.python-version }
path
:
tts
...
...
.github/workflows/test-nodejs-npm.yaml
查看文件 @
25079b5
...
...
@@ -38,7 +38,7 @@ jobs:
with
:
python-version
:
${{ matrix.python-version }}
-
uses
:
actions/setup-node@v
3
-
uses
:
actions/setup-node@v
4
with
:
node-version
:
13
registry-url
:
'
https://registry.npmjs.org'
...
...
.github/workflows/test-nodejs.yaml
查看文件 @
25079b5
...
...
@@ -89,7 +89,7 @@ jobs:
git diff
cp *.js ../scripts/nodejs
-
uses
:
actions/setup-node@v
3
-
uses
:
actions/setup-node@v
4
with
:
node-version
:
13
registry-url
:
'
https://registry.npmjs.org'
...
...
请
注册
或
登录
后发表评论