Skip to content

Commit

Permalink
absolute path for ORT_LIB_LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed May 29, 2024
1 parent ad99d4c commit d54927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
git clone https://github.com/pykeio/ort && cd ort
cd examples/webassembly
ORT_LIB_LOCATION=../../../artifact/onnxruntime/lib wasm-pack test --node
ORT_LIB_LOCATION=/home/runner/work/ort-artifacts-staging/ort-artifacts-staging/artifact/onnxruntime/lib wasm-pack test --node

0 comments on commit d54927a

Please sign in to comment.