Fix Windows CI: replace choco StrawberryPerl install with shogo82148/actions-setup-perl#117
Closed
Copilot wants to merge 5 commits into
Closed
Fix Windows CI: replace choco StrawberryPerl install with shogo82148/actions-setup-perl#117Copilot wants to merge 5 commits into
Copilot wants to merge 5 commits into
Conversation
Co-authored-by: eserte <65852+eserte@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add tests for Perl/Tk on Windows
Implement Windows CI workflow with StrawberryPerl matrix
Mar 1, 2026
….32.1.1 Co-authored-by: eserte <65852+eserte@users.noreply.github.com>
Copilot
AI
changed the title
Implement Windows CI workflow with StrawberryPerl matrix
Fix Windows CI: add --allow-downgrade when installing StrawberryPerl 5.32.1.1
Mar 1, 2026
…ing pinned version Co-authored-by: eserte <65852+eserte@users.noreply.github.com>
Copilot
AI
changed the title
Fix Windows CI: add --allow-downgrade when installing StrawberryPerl 5.32.1.1
Fix Windows CI: uninstall pre-installed StrawberryPerl before installing pinned version
Mar 1, 2026
Co-authored-by: eserte <65852+eserte@users.noreply.github.com>
Copilot
AI
changed the title
Fix Windows CI: uninstall pre-installed StrawberryPerl before installing pinned version
Fix Windows CI: replace choco StrawberryPerl install with shogo82148/actions-setup-perl
Mar 1, 2026
Owner
|
Merged manually. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
windows-latestnow ships with a newer StrawberryPerl pre-installed. Installing the pinned 5.32 via chocolatey fails with MSI error 1603 (Windows MSI refuses to downgrade), and attemptingchoco uninstallfirst hangs for 2+ minutes traversing dependency chains.Changes
choco install/choco uninstallblock and manual PATH setup withshogo82148/actions-setup-perl@v1 (distribution: strawberry), which downloads StrawberryPerl directly from GitHub releases — no MSI, no chocolatey, no downgrade conflictperl_versionfrom chocolatey-format5.32.1.1→ semver5.32💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.