diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db6243e62..aebeb0318 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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