Skip to content

Commit

Permalink
probe
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent 0f44dc0 commit 459b1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: CPANM local probe stuff
run: |
#echo $env:PATH
$env:PERL5LIB = c:\cx\lib\perl5
$env:PERL5LIB = "c:\cx\lib\perl5"
echo $env:PERL5LIB
cpanm Acme
perl -MAcme -E'say $INC{q{Acme.pm}}'
Expand Down

0 comments on commit 459b1d1

Please sign in to comment.