robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.1k stars 46 forks source link

Fix wasm-bindgen CLI caching in Windows CI #26

Closed robertknight closed 7 months ago

robertknight commented 7 months ago

wasm-bindgen is rebuilt from source on every Windows CI run, because the which wasm-bindgen test is failing. This makes the Windows CI runs much slower than the Linux ones.

robertknight commented 7 months ago

Based on tests in https://github.com/robertknight/ocrs/pull/27, it looks like I was mistaken here. When there is a cache hit in CI, which wasm-bindgen does work on Windows.