Files
claude-mnemonic/workflow-prepare.sh
T

9 lines
213 B
Bash
Executable File

#!/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