Forgot to remove nuget handling from build

This commit is contained in:
Leland Lucius 2020-02-23 04:12:12 -06:00
parent a8ee0b8c7c
commit d1a3e05275
1 changed files with 0 additions and 10 deletions

View File

@ -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