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