From 6f7977bfd73d6a5a30f1cb536539e4a449236138 Mon Sep 17 00:00:00 2001 From: wirthual Date: Thu, 14 Dec 2023 18:33:57 -0800 Subject: [PATCH] Update rust-ci.yml Use colon for Env variable instead of = --- .github/workflows/rust-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 6c3f2eb0fbbe1..725c40c2ded53 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -24,7 +24,7 @@ jobs: name: Download prebuilt ONNX Runtime archive from build.rs runs-on: ubuntu-latest env: - ORT_RUST_STRATEGY=download + ORT_RUST_STRATEGY: download steps: - uses: actions/checkout@v4 - uses: ./.github/actions/rust-toolchain-setup