We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffbbfc commit 1f67024Copy full SHA for 1f67024
.github/workflows/general.yml
@@ -78,8 +78,8 @@ jobs:
78
with:
79
command: build
80
args: --target x86_64-unknown-linux-gnu
81
- run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-win-linux-gpu-1.*.zip
82
- name: Verify prebuilt archive downloaded (GPU, x86_64-unknown-linux-gnu)
+ run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-linux-gpu-1.*.zip
83
# ******************************************************************
84
- name: Download prebuilt archive (GPU, x86_64-pc-windows-msvc)
85
uses: actions-rs/cargo@v1
0 commit comments