Skip to content

Commit

Permalink
fix: manage_libraryをfalseにしたリソースを指定する (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Nov 15, 2024
1 parent 7f4c47a commit bb04a50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-engine-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
VOICEVOX_RESOURCE_VERSION: "0.21.1"
VOICEVOX_RESOURCE_VERSION: "0.22-preview.0"
VOICEVOX_CORE_VERSION: "0.15.5"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-engine-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
default: false

env:
VOICEVOX_RESOURCE_VERSION: "0.21.1"
VOICEVOX_RESOURCE_VERSION: "0.22-preview.0"
VOICEVOX_CORE_VERSION: "0.15.5"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.21.1
ARG VOICEVOX_RESOURCE_VERSION=0.22-preview.0
RUN <<EOF
set -eux

Expand Down

0 comments on commit bb04a50

Please sign in to comment.