Skip to content

Commit

Permalink
cleanpath
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Dec 29, 2023
1 parent 07b4479 commit 471d155
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set PATH for Strawberry Perl
run: |
echo "C:\strawberry\c\bin" >> $GITHUB_PATH
echo "C:\strawberry\perl\site\bin" >> $GITHUB_PATH
echo "C:\strawberry\perl\bin" >> $GITHUB_PATH
echo "P == $GITHUB_PATH"
uses: egor-tensin/cleanup-path@v3
with:
dirs: "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
default: 1
- name: perl -V
run: C:\strawberry\perl\bin\perl.exe -V
- name: Makefile.PL
Expand Down

0 comments on commit 471d155

Please sign in to comment.