From 871b3cc08fa1d5719f2162c416f69d1974e65974 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Wed, 10 Apr 2024 01:46:02 -0400 Subject: [PATCH] -configFile --- .github/workflows/linux-cpu-x64-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-cpu-x64-build.yml b/.github/workflows/linux-cpu-x64-build.yml index 72957f2f8..fc36c37af 100644 --- a/.github/workflows/linux-cpu-x64-build.yml +++ b/.github/workflows/linux-cpu-x64-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 -ConfigFile nuget.config - name: Extra OnnxRuntime library and header files run: |