From 5f3ff54b5bcf40ccca3110ef7997dac2455a2baf Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Thu, 2 Apr 2020 11:03:34 +0430 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2425017..efa7977 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,8 +3,6 @@ on: [push, pull_request] env: NUGET_URL: https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe - - jobs: linux: runs-on: ubuntu-latest @@ -40,7 +38,7 @@ jobs: - uses: actions/checkout@v2 - name: Download Nuget.exe - run: Invoke-WebRequest -OutFile Nuget.exe $NUGET_URL + run: Invoke-WebRequest -OutFile Nuget.exe $NUGET_URL - name: Install Dependencies run: ./Nuget.exe restore