Skip to content

Commit

Permalink
libonnxruntime
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Apr 21, 2024
1 parent 71213b0 commit 7272ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Extra OnnxRuntime library and header files
run: |
mkdir -p ort/lib
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/${{ env.ORT_NIGHTLY_VERSION }}/build/native/include ort/
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/${{ env.ORT_NIGHTLY_VERSION }}/buildTransitive/native/include ort/
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/${{ env.ORT_NIGHTLY_VERSION }}/runtimes/linux-x64/native/* ort/lib/
Expand Down

0 comments on commit 7272ac2

Please sign in to comment.