Skip to content

Commit

Permalink
GH CI: use perl 5.40 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent acbd430 commit 2847eea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: Set up Perl
run: |
choco install strawberryperl
# choco install strawberryperl --version=5.40.0.1
choco upgrade strawberryperl --version 5.40.0.1
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
##echo $env:PATH
Expand Down

0 comments on commit 2847eea

Please sign in to comment.