Skip to content

Commit

Permalink
For workflow, change path separator.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 17, 2024
1 parent 576b93c commit 546062d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,11 @@ jobs:
export YACC="win_bison -y"
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
ls -l C:/Strawberry/perl/bin
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 "attempt perl in strawberry"
C:/Strawberry/perl/bin/perl -h
#echo "curl cpanm"
#curl -L -k -s -S -o cpanm https://cpanmin.us/
#echo "perl cpanm Locale::Maketext::Simple"
Expand Down

0 comments on commit 546062d

Please sign in to comment.