Skip to content

Commit

Permalink
--allow-downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 12, 2023
1 parent bbbbc5e commit 8548231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Downgrade NuGet
if: runner.os == 'Windows'
run: |
choco install nuget.commandline --version 5.11.0 -y
choco install nuget.commandline --version 5.11.0 -y --allow-downgrade
- name: "Authenticate to GitHub Packages (readwrite)"
if: runner.os != 'Linux' && github.event_name == 'push'
Expand Down

0 comments on commit 8548231

Please sign in to comment.