## 不具合の内容 Rustの[doctest](https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html)には #223 の対策が効かないので、WindowsではC:\\Windows\\System32\\onnxruntime.dllが解決されてしまう。 #427 で解決されると思われる。 ### 現象・ログ 割愛 ### 再現手順 ORTを読み込む何かしらのdoctestを書き、Windows上で実行 ### 期待動作 コケない ## VOICEVOXのバージョン N/A ## OSの種類/ディストリ/バージョン - [x] Windows - [ ] macOS - [ ] Linux macOSやLinuxでも、古いonnxruntimeがあるとそっちが解決されうるかもしれない。 ## その他 ワークアラウンド: <https://github.com/VOICEVOX/voicevox_core/pull/532/files#r1257178769>