Fix building wheels for windows (#365)
This commit is contained in:
1
.github/workflows/build-wheels-aarch64.yaml
vendored
1
.github/workflows/build-wheels-aarch64.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- wheel
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
SHERPA_ONNX_IS_IN_GITHUB_ACTIONS: 1
|
||||
|
||||
1
.github/workflows/build-wheels-macos.yaml
vendored
1
.github/workflows/build-wheels-macos.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- wheel
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
SHERPA_ONNX_IS_IN_GITHUB_ACTIONS: 1
|
||||
|
||||
1
.github/workflows/build-wheels-win32.yaml
vendored
1
.github/workflows/build-wheels-win32.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- wheel
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
SHERPA_ONNX_IS_IN_GITHUB_ACTIONS: 1
|
||||
|
||||
1
.github/workflows/build-wheels.yaml
vendored
1
.github/workflows/build-wheels.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- wheel
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
SHERPA_ONNX_IS_IN_GITHUB_ACTIONS: 1
|
||||
|
||||
Reference in New Issue
Block a user