Skip to content

Commit

Permalink
For windows runner, look at perl contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 17, 2024
1 parent 180275c commit 576b93c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,16 @@ jobs:
export LEX="win_flex"
echo 'YACC="win_bison -y"'
export YACC="win_bison -y"
echo "curl cpanm"
curl -L -k -s -S -o cpanm https://cpanmin.us/
echo "perl cpanm App::cpanminus Locale::Maketext::Simple"
perl cpanm App::cpanminus Locale::Maketext::Simple
echo "dir strawberry perl"
ls -l C:/Strawberry/perl
echo 'PERL5LIB="C:/Strawberry/perl/site/lib;C:/Strawberry/perl/vendor/lib;C:/Strawberry/perl/lib"'
export PERL5LIB="C:/Strawberry/perl/site/lib;C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib"
echo "perl -V:path_sep"
perl -V:path_sep
#echo "curl cpanm"
#curl -L -k -s -S -o cpanm https://cpanmin.us/
#echo "perl cpanm Locale::Maketext::Simple"
#perl cpanm Locale::Maketext::Simple
#echo "perl cpanm Pod::Usage"
#perl cpanm Pod::Usage
mkdir openssl
Expand Down

0 comments on commit 576b93c

Please sign in to comment.