File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2828 brew install libffi
2929 brew install jq
3030 curl https://cpanmin.us | perl - App::cpanminus -n
31- echo "##[add-path] /Users/runner/perl5/bin"
31+ echo "/Users/runner/perl5/bin" >> $GITHUB_PATH
3232
3333 - name : perl -V
3434 run : perl -V
Original file line number Diff line number Diff line change 4545 - name : Set up Perl
4646 run : |
4747 choco install strawberryperl
48- echo "##[add-path]C:\cx\bin;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
48+ echo "C:\cx\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
49+ echo "C:\strawberry\c\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
50+ echo "C:\strawberry\perl\site\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
51+ echo "C:\strawberry\perl\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
4952 - name : perl -V
5053 run : perl -V
5154 - name : Install Static Dependencies
You can’t perform that action at this time.
0 commit comments