mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 06:06:24 +01:00
Forgot to remove nuget handling from build
This commit is contained in:
10
.github/workflows/cmake_build.yml
vendored
10
.github/workflows/cmake_build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user