Skip to content

Commit

Permalink
voicevox_core_c_apiを先にビルドしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 27, 2023
1 parent 61730d8 commit 3a5de57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ jobs:
- run: cargo build -p test_util -vv # build scriptにより/crates/test_util/data/の生成
# 以下のようなことを防止するため、依存クレートはMaturinの外でビルドしておく
# https://github.com/VOICEVOX/voicevox_core/issues/653#issuecomment-1782108410
- run: poetry run -- cargo build -p voicevox_core_c_api -vv
- run: poetry run -- cargo build -p voicevox_core_python_api -vv
- run: poetry run maturin build --locked
- run: poetry run maturin develop --locked
Expand Down

0 comments on commit 3a5de57

Please sign in to comment.