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
2023-10-19 12:11:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-10-19 12:11:12 +0800
Commit
58ab7e77f2c09cb550b7669162146bbc19d5ae5e
58ab7e77
1 parent
eead16e2
Fix CI test for Go. (#372)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
11 行增加
和
4 行删除
.github/workflows/go.yaml
.github/workflows/go.yaml
查看文件 @
58ab7e7
...
...
@@ -34,7 +34,7 @@ jobs:
arch
:
x86
# use 386 for GOARCH
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
-
uses
:
actions/setup-go@v4
...
...
@@ -48,11 +48,18 @@ jobs:
go env GOPATH
go env GOARCH
-
name
:
Set up MinGW
if
:
matrix.os == 'windows-latest'
uses
:
egor-tensin/setup-mingw@v2
-
name
:
Set up MinGW for x64
if
:
matrix.os == 'windows-latest' && matrix.arch == 'x64'
uses
:
csukuangfj/setup-mingw@v2.2.1
with
:
platform
:
${{ matrix.arch }}
-
name
:
Set up MinGW for x86
if
:
matrix.os == 'windows-latest' && matrix.arch == 'x86'
uses
:
csukuangfj/setup-mingw@v2.2.1
with
:
platform
:
${{ matrix.arch }}
version
:
'
12.2.0'
-
name
:
Show gcc
if
:
matrix.os == 'windows-latest'
...
...
请
注册
或
登录
后发表评论