From: W.C.A. Wijngaards Date: Wed, 17 Jan 2024 13:36:35 +0000 (+0100) Subject: For workflow, change path separator. X-Git-Tag: release-1.19.3rc1~29 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=546062d3a3b1148b703626550a44af08502c20c1;p=thirdparty%2Funbound.git For workflow, change path separator. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index fbd05c4e3..e732037a0 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -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"