From d1a3e0527519aeca421542712a4328df2c5e9bac Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Sun, 23 Feb 2020 04:12:12 -0600 Subject: [PATCH] Forgot to remove nuget handling from build --- .github/workflows/cmake_build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 0a03c22bd..e76ad352d 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -99,13 +99,6 @@ jobs: key: ${{ env.WXHASH }}.8 path: ${{ env.WXWIN }} - # ========================================================================= - # WINDOWS: Setup Nuget (for all versions of Windows) - # ========================================================================= - - name: Setup Nuget - uses: nuget/setup-nuget@v1 - if: startswith( matrix.config.os, 'windows' ) - # ========================================================================= # WINDOWS: Build (for all versions of Windows) # ========================================================================= @@ -149,9 +142,6 @@ jobs: -A ${{matrix.config.platform}} \ -D wxWidgets_USE_REL_AND_DBG=NO - # Restore the nuget packages - nuget restore 'build/src/packages.config' -SolutionDirectory "build" - # Build Audacity cmake --build build --config Release --verbose