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 07716dd commit 4b1a7e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
pull_request:

env:
# PERL5LIB: c:\cx\lib\perl5
# PERL_LOCAL_LIB_ROOT: c:/cx
# PERL_MB_OPT: --install_base C:/cx
# PERL_MM_OPT: INSTALL_BASE=C:/cx
PERL5LIB: c:\cx\lib\perl5
PERL_LOCAL_LIB_ROOT: c:/cx
PERL_MB_OPT: --install_base C:/cx
PERL_MM_OPT: INSTALL_BASE=C:/cx
#ALIEN_BUILD_PRELOAD: Fetch::Cache
AUTOMATED_TESTING: 1

Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
echo $env:PERL5LIB
cpanm Acme
perl -MAcme -E'say $INC{q{Acme.pm}}'
ls env:PERL*
# Was giving grief. Hurts not to leave here.
- name: Install dependencies Sereal
Expand Down

0 comments on commit 4b1a7e3

Please sign in to comment.