-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[breaking] Update submodules #109
Conversation
/mq とは言えmainブランチを追い続けるのがこのプロジェクトなので、mergeする |
Testing: https://github.com/yamachu/VoicevoxCoreSharp/actions/runs/9254883152
If you want to cancel the test, you can cancel it by GitHub CLI below command:
|
@@ -50,7 +50,8 @@ jobs: | |||
- run: | | |||
cp open_jtalk_dic_utf_8-1.11.tar.gz ./tests/VoicevoxCoreSharp.Core.Tests/resources | |||
tar zxf ./tests/VoicevoxCoreSharp.Core.Tests/resources/open_jtalk_dic_utf_8-1.11.tar.gz -C tests/VoicevoxCoreSharp.Core.Tests/resources/ | |||
- run: cp -r binding/voicevox_core/model ./tests/VoicevoxCoreSharp.Core.Tests/resources | |||
- name: sample.vvmを自前でzipコマンドで作成する | |||
run: mkdir -p tests/VoicevoxCoreSharp.Core.Tests/resources/model; cd binding/voicevox_core/model/sample.vvm; zip -r ../../../../tests/VoicevoxCoreSharp.Core.Tests/resources/model/sample.vvm . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
本来は crates/test_util/data/model
以下に生成された sample.vvm を使用するのがいいが、cacheなどの関係上変更が若干面倒なので、やるとしても別のPRで出来るようにしたい
/mq |
8 similar comments
/mq |
Testing: https://github.com/yamachu/VoicevoxCoreSharp/actions/runs/9269959809
If you want to cancel the test, you can cancel it by GitHub CLI below command:
|
コード上の変更
breaking