Skip to content

Commit

Permalink
Update download-onnxruntime-linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kibae authored Sep 23, 2023
1 parent 59da45d commit ac4c74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download-onnxruntime-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo
echo "Select onnxruntime version to download:"
RAW_LIST=$(curl -s -H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/microsoft/onnxruntime/releases/latest \
https://api.github.com/repos/microsoft/onnxruntime/releases/tags/v1.15.1 \
| grep browser_download_url \
| grep tgz \
| grep linux \
Expand Down

0 comments on commit ac4c74d

Please sign in to comment.