Skip to content

Commit

Permalink
fix(ci): update ORT_DYLIB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kallebysantos committed Nov 7, 2024
1 parent 9b3767b commit 660f9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CARGO_NET_RETRY: 10
CARGO_TERM_COLOR: always
RUSTUP_MAX_RETRIES: 10
ORT_DYLIB_PATH: /usr/local/bin/libonnxruntime.so
ORT_DYLIB_PATH: /usr/local/bin/onnxruntime/lib/libonnxruntime.so

jobs:
cargo-fmt:
Expand Down Expand Up @@ -54,5 +54,5 @@ jobs:
with:
envFile: ".env"
- name: Install ONNX Runtime Library
run: ./scripts/install_onnx.sh ${{ env.ONNXRUNTIME_VERSION }} x64 /usr/local/bin/libonnxruntime.so
run: ./scripts/install_onnx.sh ${{ env.ONNXRUNTIME_VERSION }} x64 /usr/local/bin/onnxruntime
- run: ./scripts/test.sh

0 comments on commit 660f9d6

Please sign in to comment.