From baedcb2d5669613c4b2cdbc278afc70bd7c69364 Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Thu, 2 Apr 2020 10:46:45 +0430 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46a7e37..abab6d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,8 +35,8 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Nuget.exe - uses: warrenbuckley/Setup-Nuget@v1 + - name: Download Nuget.exe + run: Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile Nuget.exe - name: Install Dependencies run: Nuget.exe restore