From f25a59641646154899cebaf2b7bfb3f27f1f1978 Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Thu, 2 Apr 2020 11:18:39 +0430 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a26a5e6..1d5ef3d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v2 - name: Download Nuget.exe - run: Invoke-WebRequest -OutFile Nuget.exe https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe + run: Invoke-WebRequest -OutFile Nuget.exe $Env:NUGET_URL - name: Install Dependencies run: ./Nuget.exe restore