Files
BadNote/pubspec.yaml
Akiba So 5dbef7c986
Some checks failed
CI / Windows build (push) Failing after 7m12s
ci: pin sqlite3 + pre-fetch onnxruntime offline
Run 11 reached the build and revealed two issues:
- Runner re-resolved sqlite3 to 3.3.3 (cn mirror), mismatching the
  vendored 3.3.2 binary hash. Pin it via dependency_overrides.
- flutter_onnxruntime's github download of ONNX Runtime failed.
  Pre-fetch it via a China-accessible proxy into the plugin's
  expected build path so it skips the download and bundles the dll.
2026-06-21 05:40:00 +08:00

2.2 KiB