Skip to content

Commit

Permalink
Downgrade nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 12, 2023
1 parent 50065b1 commit bbbbc5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bbbbc5e

Please sign in to comment.