Skip to content

Commit

Permalink
Fix env syntax, remove redundant matrix variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 authored Nov 28, 2023
1 parent a49f31b commit 739f5fa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .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 Expand Up @@ -73,13 +73,6 @@ jobs:
strategy:
fail-fast: false
matrix:
target:
[
x86_64-unknown-linux-gnu,
x86_64-apple-darwin,
x86_64-pc-windows-msvc,
i686-pc-windows-msvc,
]
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
Expand Down

0 comments on commit 739f5fa

Please sign in to comment.