diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f76b477..44085b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,17 +79,16 @@ jobs: CMAKE_SYSTEM_PROCESSOR=x86_64 # required for `cpuinfo` result_dir: build/Release release_config: Release - # https://github.com/VOICEVOX/onnxruntime-builder/issues/59 - #- artifact_name: ${{ inputs.target || 'onnxruntime' }}-win-x86 - # os: windows-2022 - # build_opts: |- - # --compile_no_warning_as_error - # --x86 - # --cmake_extra_defines - # CMAKE_SYSTEM_NAME=Windows - # CMAKE_SYSTEM_PROCESSOR=x86 # required for `cpuinfo` - # result_dir: build/Release - # release_config: Release + - artifact_name: ${{ inputs.target || 'onnxruntime' }}-win-x86 + os: windows-2022 + build_opts: |- + --compile_no_warning_as_error + --x86 + --cmake_extra_defines + CMAKE_SYSTEM_NAME=Windows + CMAKE_SYSTEM_PROCESSOR=x86 # required for `cpuinfo` + result_dir: build/Release + release_config: Release - artifact_name: ${{ inputs.target || 'onnxruntime' }}-linux-x64 os: ubuntu-20.04 build_opts: |-