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 1f67024 commit 48c1bcdCopy full SHA for 48c1bcd
.github/workflows/general.yml
@@ -79,7 +79,7 @@ jobs:
79
command: build
80
args: --target x86_64-unknown-linux-gnu
81
- name: Verify prebuilt archive downloaded (GPU, x86_64-unknown-linux-gnu)
82
- run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-linux-gpu-1.*.zip
+ run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-linux-gpu-1.*.tgz
83
# ******************************************************************
84
- name: Download prebuilt archive (GPU, x86_64-pc-windows-msvc)
85
uses: actions-rs/cargo@v1
0 commit comments