From 53555f38f77dc6a6f4b9c547544fdd310acc7297 Mon Sep 17 00:00:00 2001 From: Xiaoyun Zhang Date: Wed, 3 Jan 2024 12:35:42 -0800 Subject: [PATCH] update global.json in dotnet-run-openai-test-and-notebook.yml (#1135) * update feed in dotnet-run-openai-test...yml * Update dotnet-run-openai-test-and-notebooks.yml --- .github/workflows/dotnet-run-openai-test-and-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-run-openai-test-and-notebooks.yml b/.github/workflows/dotnet-run-openai-test-and-notebooks.yml index 0f01eb80cc1f..687b474afd63 100644 --- a/.github/workflows/dotnet-run-openai-test-and-notebooks.yml +++ b/.github/workflows/dotnet-run-openai-test-and-notebooks.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - global-json-file: global.json + global-json-file: dotnet/global.json - name: Restore dependencies run: dotnet restore