release: 1.0.3

fix: load ort-version via bash script on all release runners, toolchain
harmonization
This commit is contained in:
Per Stark
2026-06-12 09:12:32 +02:00
parent 00453fdcbe
commit 28e8ede478
16 changed files with 55 additions and 36 deletions
+1
View File
@@ -77,6 +77,7 @@ jobs:
submodules: recursive
- name: Load ONNX Runtime version
shell: bash
run: echo "ORT_VER=$(tr -d '[:space:]' < ort-version)" >> "$GITHUB_ENV"
- name: Install Rust non-interactively if not already installed