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 4ca4f16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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 @@ -60,7 +60,9 @@ jobs:
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get install -y gdal-bin
cpanm --notest local::lib
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
cpanm --notest PkgConfig
cpanm -v Alien::Build
cpanm --notest Alien::Base::Wrapper
cpanm --notest FFI::Platypus
cpanm --notest FFI::Platypus::Declare
Expand All @@ -73,6 +75,7 @@ jobs:
- name: Build
run: |
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
perl Makefile.PL
cpanm --notest --installdeps .
make test

0 comments on commit 4ca4f16

Please sign in to comment.