Skip to content

Commit

Permalink
0.9.5をマージ (#275)
Browse files Browse the repository at this point in the history
* 製品版リソースのバージョンを指定してcheckout (#207)

* to 0.9.4 (#258)

* to 0.9.5

* a
  • Loading branch information
Hiroshiba authored Jan 6, 2022
1 parent 16b1d5a commit 061449c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python: '3.8'
python_architecture: 'x64'
pip_cache_path: ~/Library/Caches/pip
voicevox_resource_version: '0.10.preview.1'
voicevox_resource_version: '0.10.preview.2'
voicevox_core_version: '0.10.preview.0'
voicevox_core_source_version: '0.10.preview.0'
voicevox_core_library_name: libcore_cpu_x64.dylib
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
tag:
- build-cpu-ubuntu18.04
- build-nvidia-ubuntu18.04
voicevox_resource_version: ['0.10.preview.1']
voicevox_resource_version: ['0.10.preview.2']
voicevox_core_version: ['0.10.preview.0']
voicevox_core_example_version: ['0.10.preview.0']
include:
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
- os: windows-2019
python: '3.8'
python_architecture: 'x64'
voicevox_resource_version: '0.10.preview.1'
voicevox_resource_version: '0.10.preview.2'
voicevox_core_version: '0.10.preview.0'
voicevox_core_dll_name: core_cpu_x64.dll
voicevox_core_source_version: '0.10.preview.0'
Expand All @@ -442,7 +442,7 @@ jobs:
- os: windows-2019
python: '3.8'
python_architecture: 'x64'
voicevox_resource_version: '0.10.preview.1'
voicevox_resource_version: '0.10.preview.2'
voicevox_core_version: '0.10.preview.0'
voicevox_core_dll_name: core_gpu_x64_nvidia.dll
voicevox_core_source_version: '0.10.preview.0'
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.preview.2
0.10.preview

0 comments on commit 061449c

Please sign in to comment.