From 069fd9c4d71c0a2e3e09f69b94dc2263f6f65714 Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Thu, 2 Apr 2020 10:41:52 +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 c179373..46a7e37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,10 @@ jobs: - uses: actions/checkout@v2 - name: Download latest NuGet - uses: olegtarasov/download-nuget@v1 + run: curl -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe - name: Install Dependencies - run: mono $NUGET_EXE restore + run: mono nuget.exe restore - name: Build Project run: MSBuild TLSharp.Core/TLSharp.Core.csproj