Skip to content

Commit

Permalink
--version to -version
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Apr 10, 2024
1 parent 640cec8 commit 7cd2499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-cpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install jq tool

- name: Install jq and nuget
run: |
sudo apt-get update
sudo apt-get install jq nuget
- name: Get the Latest OnnxRuntime Nightly Version
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Download OnnxRuntime
run: |
nuget install ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} --version ${{ env.ORT_NIGHTLY_VERSION }} -x
nuget install ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} -version ${{ env.ORT_NIGHTLY_VERSION }} -x
- name: Extra OnnxRuntime library and header files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-cpu-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Download OnnxRuntime
run: |
nuget install ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} --version ${{ env.ORT_NIGHTLY_VERSION }} -x
nuget install ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} -version ${{ env.ORT_NIGHTLY_VERSION }} -x
- name: Extra OnnxRuntime library and header files
run: |
Expand Down

0 comments on commit 7cd2499

Please sign in to comment.