]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
For workflow, change path separator.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Jan 2024 13:36:35 +0000 (14:36 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Jan 2024 13:36:35 +0000 (14:36 +0100)
.github/workflows/analysis_ports.yml

index fbd05c4e3632fbdcbd4c9abf86df6db7367ac38b..e732037a0e185d5f0afb61e3f3616c6802c6b8a6 100644 (file)
@@ -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"