From 7cd24993474c067a923b964ba28869965e304863 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Wed, 10 Apr 2024 01:05:51 -0400 Subject: [PATCH] --version to -version --- .github/workflows/linux-cpu-x64-build.yml | 6 +++--- .github/workflows/mac-cpu-arm64-build.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-cpu-x64-build.yml b/.github/workflows/linux-cpu-x64-build.yml index 7bb0ad6b1..72957f2f8 100644 --- a/.github/workflows/linux-cpu-x64-build.yml +++ b/.github/workflows/linux-cpu-x64-build.yml @@ -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 @@ -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: | diff --git a/.github/workflows/mac-cpu-arm64-build.yml b/.github/workflows/mac-cpu-arm64-build.yml index 24c0e3c69..791449377 100644 --- a/.github/workflows/mac-cpu-arm64-build.yml +++ b/.github/workflows/mac-cpu-arm64-build.yml @@ -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: |