From 17a75ea7212ae966c74ee994720e0f475aaa935e Mon Sep 17 00:00:00 2001 From: shawnlaffan Date: Sat, 7 Sep 2024 10:09:23 +1000 Subject: [PATCH] probe --- .github/workflows/windows.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 96821720e..49fdea89e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,6 +27,8 @@ jobs: with: perl-version: "5.38" distribution: strawberry + env: + PERL5LIB: C:\cx\lib\perl - name: perl -V run: perl -V @@ -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: |