Skip to content

Commit

Permalink
Fix CI error: The workflow is not valid. .github/workflows/rust-ci.ym…
Browse files Browse the repository at this point in the history
…l (Line: 27, Col: 7): Unexpected value 'ORT_RUST_STRATEGY=download' (#18836)

Use colon for Env variable instead of =
  • Loading branch information
wirthual authored Dec 15, 2023
1 parent 81ad1e6 commit 89168b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89168b8

Please sign in to comment.