Skip to content

Commit

Permalink
--reason parameter only available in choco business edition
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 21, 2024
1 parent f448d60 commit c64fea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
# the MSI Log for "Return Value 3" and look above that for the error..
# The upgrade of strawberryperl was NOT successful.
run: |
choco pin add --name="'strawberryperl'" --reason="'Upgrade fail on GitHub Windows 2022 runners'"
choco pin add --name="strawberryperl"
- name: Chocolatey - Windows full upgrade
if: runner.os == 'Windows'
# We upgrade all packages preemptively as the test suite will attempt it but fail,
Expand Down

0 comments on commit c64fea9

Please sign in to comment.