Skip to content

Commit

Permalink
target directoryの位置を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 28, 2023
1 parent 267057f commit 6277822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
name: Build open_jtalk-sys
run: |
poetry run -- cargo build -p voicevox_core_python_api -vv || true
[ -n "$(find ./target/debug/deps -name 'libopen_jtalk_sys-*.rlib')" ]
[ -n "$(find ../../target/debug/deps -name 'libopen_jtalk_sys-*.rlib')" ]
- run: poetry run maturin build --locked
- run: poetry run maturin develop --locked
- name: 必要なDLLをコピーしてpytestを実行
Expand Down

0 comments on commit 6277822

Please sign in to comment.