Skip to content

Commit

Permalink
probe
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 7, 2024
1 parent 613cb67 commit 17a75ea
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
perl-version: "5.38"
distribution: strawberry
env:
PERL5LIB: C:\cx\lib\perl

- name: perl -V
run: perl -V
Expand All @@ -48,13 +50,18 @@ jobs:
- name: CPANM local probe stuff
run: |
#echo $env:PATH
# $env:PERL5LIB = "c:\cx\lib\perl5"
echo "c:\cx\lib\perl5" | Out-File -FilePath $env:PERL5LIB -Encoding utf8 -Append
$env:PERL5LIB = "c:\cx\lib\perl5"
# echo "c:\cx\lib\perl5" | Out-File -FilePath $env:PERL5LIB -Encoding utf8 -Append
echo $env:PERL5LIB
cpanm Acme
perl -MAcme -E'say $INC{q{Acme.pm}}'
ls env:PERL*
#
- name: PERL5LIB check
run: |
echo $env:PERL5LIB
# # Was giving grief. Hurts not to leave here.
# - name: Install dependencies Sereal
# run: |
Expand Down

0 comments on commit 17a75ea

Please sign in to comment.