-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Hi, when I install something like bioperl
using apt-get install, it sends the libraries outside of PERL5LIB, to /usr/share/perl5
. Could you update PERL5LIB to include that? My "patch" is this step, right after the step with shogo82148/actions-setup-perl@v1
.
- name: initial envs
run: |
echo "PERL5LIB=$PERL5LIB:/usr/share/perl5" >> $GITHUB_ENV
Metadata
Metadata
Assignees
Labels
No labels