Skip to content

Commit

Permalink
Uninstall system nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 13, 2023
1 parent c39c103 commit 1987896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
- name: Move checkout
run: cmake -E copy_directory ${{ github.workspace }}/mixxx-vcpkg ${{ matrix.vcpkg_path }}

- name: Downgrade NuGet
- name: Uninstall system NuGet
if: runner.os == 'Windows'
run: |
choco install nuget.commandline --version 6.2.1 -y --allow-downgrade
choco uninstall nuget.commandline -y
- name: "Authenticate to GitHub Packages (readwrite)"
if: runner.os != 'Linux' && github.event_name == 'push'
Expand Down

0 comments on commit 1987896

Please sign in to comment.