Skip to content

Commit

Permalink
GH CI: use shogo82148/actions-setup-perl on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent 2847eea commit d695888
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Perl
run: |
# 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
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.38"

# - name: Set up Perl
# run: |
# # 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

#- name: Check path
# run: |
Expand Down

0 comments on commit d695888

Please sign in to comment.