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 459b1d1 commit f0ac25b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ jobs:
- name: Cache CPAN modules
uses: actions/cache@v4
with:
path: D:\a\biodiverse\biodiverse\local
path: C:\cx
key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
- name: CPANM local probe stuff
run: |
#echo $env:PATH
$env:PERL5LIB = "c:\cx\lib\perl5"
# $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}}'
Expand Down

0 comments on commit f0ac25b

Please sign in to comment.