File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 default : false
2525
2626env :
27- VOICEVOX_RESOURCE_VERSION : " 0.25 .0"
27+ VOICEVOX_RESOURCE_VERSION : " 0.26.0-preview .0"
2828
2929defaults :
3030 run :
Original file line number Diff line number Diff line change 2929 default : false
3030
3131env :
32- VOICEVOX_RESOURCE_VERSION : " 0.25 .0"
32+ VOICEVOX_RESOURCE_VERSION : " 0.26.0-preview .0"
3333 VOICEVOX_CORE_AND_DOWNLOADER_VERSION : " 0.16.2"
3434 VOICEVOX_ONNXRUNTIME_VERSION : " voicevox_onnxruntime-1.17.3"
3535 VOICEVOX_ADDITIONAL_LIBRARIES_VERSION : " 0.2.0"
@@ -372,7 +372,7 @@ jobs:
372372 if : steps.voicevox-resource-cache.outputs.cache-hit != 'true'
373373 uses : actions/checkout@v4
374374 with :
375- repository : VOICEVOX/voicevox_nemo_resource
375+ repository : VOICEVOX/voicevox_resource
376376 ref : ${{ env.VOICEVOX_RESOURCE_VERSION }}
377377 path : download/resource
378378
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ RUN <<EOF
5252EOF
5353
5454# Download Resource
55- ARG VOICEVOX_RESOURCE_VERSION=0.25 .0
55+ ARG VOICEVOX_RESOURCE_VERSION=0.26.0-preview .0
5656RUN <<EOF
5757 set -eux
5858
5959 # README
60- curl -fLo "/work/README.md" --retry 3 --retry-delay 5 "https://raw.githubusercontent.com/VOICEVOX/voicevox_nemo_resource /${VOICEVOX_RESOURCE_VERSION}/voicevox_nemo/engine/README.md"
60+ curl -fLo "/work/README.md" --retry 3 --retry-delay 5 "https://raw.githubusercontent.com/VOICEVOX/voicevox_resource /${VOICEVOX_RESOURCE_VERSION}/voicevox_nemo/engine/README.md"
6161EOF
6262
6363# Runtime
You can’t perform that action at this time.
0 commit comments