Skip to content

Commit

Permalink
libonnxruntimeのコピー処理を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jan 13, 2024
1 parent e656723 commit 95fdea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ jobs:
mkdir -p example/cpp/unix/voicevox_core/
cp -v crates/voicevox_core_c_api/include/voicevox_core.h example/cpp/unix/voicevox_core/
cp -v target/debug/libvoicevox_core.{so,dylib} example/cpp/unix/voicevox_core/ || true
cp -v target/debug/build/libonnxruntime.so.* example/cpp/unix/voicevox_core/ || true
cp -v target/debug/build/libonnxruntime.*.dylib example/cpp/unix/voicevox_core/ || true
cp -v target/debug/libonnxruntime.so.* example/cpp/unix/voicevox_core/ || true
cp -v target/debug/libonnxruntime.*.dylib example/cpp/unix/voicevox_core/ || true
- if: startsWith(matrix.os, 'mac')
uses: jwlawson/actions-setup-cmake@v1.13
Expand Down

0 comments on commit 95fdea0

Please sign in to comment.