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 69c3cd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ 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
type $GITHUB_PATH
- name: perl -V
run: perl -V
- name: Makefile.PL
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use 5.004005; #Devel::CheckLib
use ExtUtils::MakeMaker;
use lib qw(inc);
use lib './inc';
use Devel::CheckLib;

use Config;
Expand Down

0 comments on commit 69c3cd1

Please sign in to comment.