Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 15, 2022
1 parent 50228ff commit 1753bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
run: |
set -eux
# Replace version
gsed -i "s/__version__ = \"latest\"/__version__ = \"${{ env.VOICEVOX_ENGINE_VERSION }}\"/" ../voicevox_engine/__init__.py
# Nuitka does not copy grandchild dependencies. Explicitly copy libonnxruntime
Expand Down Expand Up @@ -717,6 +718,7 @@ jobs:
run: |
set -eux
# Replace version
sed -i "s/__version__ = \"latest\"/__version__ = \"${{ env.VOICEVOX_ENGINE_VERSION }}\"/" voicevox_engine/__init__.py
python -m nuitka \
Expand Down

0 comments on commit 1753bf6

Please sign in to comment.