Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
ci(test): maybe fix missing onnxruntime dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Apr 7, 2023
1 parent 6707f49 commit ecb61f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
ubuntu-stable-${{ env.cache-name }}-
ubuntu-stable-
ubuntu-
- name: Set ORT_DYLIB_PATH
run: echo "ORT_DYLIB_PATH=../libonnxruntime.so.1.14.1" >> $GITHUB_ENV
- uses: actions-rs/cargo@v1
with:
command: test
args: ${{ matrix.test.args }}
args: --features ort-load-dynamic ${{ matrix.test.args }}

0 comments on commit ecb61f9

Please sign in to comment.