mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-05 23:03:55 +00:00
Add preparation workflow.
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user