Add preparation workflow.

This commit is contained in:
2025-12-16 12:20:00 +00:00
parent 5c7b623585
commit 31d67ceb2a
+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