Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Jun 11, 2024
1 parent 13c31fb commit 4c90672
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux_bin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
pull_request:

env:
PERL5LIB: /home/runner/perl5/lib/perl5
PERL_LOCAL_LIB_ROOT: /home/runner/perl5/
PERL5LIB: /home/runner/perl5/lib
PERL_LOCAL_LIB_ROOT: /home/runner/perl5/lib
PERL_MB_OPT: --install_base /home/runner/perl5/
PERL_MM_OPT: INSTALL_BASE=/home/runner/perl5/
AUTOMATED_TESTING: 1
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
sudo apt-get install -y gdal-bin
cpanm --notest local::lib
cpanm --notest PkgConfig
cpanm -v Alien::Build
cpanm --notest Alien::Base::Wrapper
cpanm --notest FFI::Platypus
cpanm --notest FFI::Platypus::Declare
Expand Down

0 comments on commit 4c90672

Please sign in to comment.