We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0016be commit 88fd5caCopy full SHA for 88fd5ca
.github/workflows/windows.yml
@@ -66,7 +66,7 @@ jobs:
66
- uses: actions/checkout@v3
67
- name: Set up Perl
68
run: |
69
- choco install strawberryperl
+ choco upgrade strawberryperl
70
echo "C:\strawberry\c\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
71
echo "C:\strawberry\perl\site\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
72
echo "C:\strawberry\perl\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
0 commit comments