Skip to content

Commit

Permalink
Fix for workflow to install perl module.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 17, 2024
1 parent 74b4d81 commit 379e4b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,12 @@ jobs:
export LEX="win_flex"
echo 'YACC="win_bison -y"'
export YACC="win_bison -y"
echo "ppm install Locale-Maketext-Simple"
ppm install Locale-Maketext-Simple
#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 "perl cpanm Pod::Usage"
#perl cpanm Pod::Usage
mkdir openssl
Expand Down

0 comments on commit 379e4b6

Please sign in to comment.