diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22c3eee380f838..4f7b64da467045 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,11 +55,10 @@ jobs: - name: Move checkout run: cmake -E copy_directory ${{ github.workspace }}/mixxx-vcpkg ${{ matrix.vcpkg_path }} - - name: Uninstall NuGet + - name: Downgrade NuGet if: runner.os == 'Windows' run: | - dotnet tool list - dotnet tool uninstall --global NuGet.CommandLine + choco install nuget.commandline --version 5.11.0 -y - name: "Authenticate to GitHub Packages (readwrite)" if: runner.os != 'Linux' && github.event_name == 'push'