From 44d5f5101a6eb606effc81754d04e06a5ec91c21 Mon Sep 17 00:00:00 2001 From: Austin Wise Date: Wed, 21 Jun 2023 19:25:56 -0700 Subject: [PATCH] I don't need Nuget for PRs. --- .github/workflows/pr.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9f17405..7258332 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,10 +18,5 @@ jobs: steps: - uses: actions/checkout@v2 - - name: install nuget - uses: nuget/setup-nuget@v1.0.5 - with: - nuget-version: latest - - name: Build with dotnet run: dotnet build -c Release