ci(static-link): fix minimal build test

no need to run, we just need to make sure it links
This commit is contained in:
Carson M.
2025-04-04 02:23:13 -05:00
parent 773d836a2f
commit ee0354ce8b

View File

@@ -54,4 +54,4 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Test linking
run: |
ORT_LIB_LOCATION="$(pwd)/onnxruntime/build/Linux/Release" cargo example-custom-ops
ORT_LIB_LOCATION="$(pwd)/onnxruntime/build/Linux/Release" cargo build --manifest-path examples/custom-ops/Cargo.toml --example custom-ops --target-dir target