Add preparation workflow.

This commit is contained in:
2025-12-16 12:20:00 +00:00
parent 48e54a6773
commit 0f78f6af43
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Workflow prepare script for CI
# Called by shared GitHub Actions workflow before build/test steps
set -e
# Download ONNX runtime libraries for current platform
./scripts/download-onnx-libs.sh auto