Skip to content

Commit

Permalink
WINDOWS TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Dec 29, 2023
1 parent 7096c4e commit 6941914
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Perl
run: |
echo "C:\strawberry\c\bin" >> $GITHUB_PATH
echo "C:\strawberry\perl\site\bin" >> $GITHUB_PATH
echo "C:\strawberry\perl\bin" >> $GITHUB_PATH
- name: perl -V
run: perl -V
- name: Makefile.PL
Expand Down

0 comments on commit 6941914

Please sign in to comment.