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 8d6a6e7 commit 7dbe16f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,18 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
- name: CPANM local probe stuff
run: |
#echo $env:PATH
echo $env:PERL5LIB
cpanm Acme
perl -MAcme -E"say $INC{'Acme.pm'}"
# Was giving grief. Hurts not to leave here.
- name: Install dependencies Sereal
run: |
#echo $env:PATH
echo $env:PERL5LIB
cpanm Acme
dir D:\a\biodiverse\biodiverse\local
cpanm --installdeps Sereal::Decoder
cpanm Sereal::Decoder
cpanm --installdeps Sereal::Encoder
Expand Down

0 comments on commit 7dbe16f

Please sign in to comment.