diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a26a5e6..6157d63 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 "$NUGET_URL" - name: Install Dependencies run: ./Nuget.exe restore