File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
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
Original file line number Diff line number Diff line change 1- # FFI::C [ ![ Build Status] ( https://travis-ci.org /PerlFFI/FFI-C.svg )] ( http ://travis-ci.org /PerlFFI/FFI-C) ![ windows] ( https://github.com/PerlFFI/FFI-C/workflows/windows/badge.svg ) ![ macos] ( https://github.com/PerlFFI/FFI-C/workflows/macos/badge.svg )
1+ # FFI::C [ ![ Build Status] ( https://api. travis-ci.com /PerlFFI/FFI-C.svg?branch=main )] ( https ://travis-ci.com/github /PerlFFI/FFI-C) ![ windows] ( https://github.com/PerlFFI/FFI-C/workflows/windows/badge.svg ) ![ macos] ( https://github.com/PerlFFI/FFI-C/workflows/macos/badge.svg )
22
33C data types for FFI
44
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ github_user = PerlFFI
1414test2_v0 = 1
1515workflow = windows
1616workflow = macos
17+ travis_com = 1
1718irc = irc://irc.perl.org/# native
1819diag = +Math::Int64
1920
You can’t perform that action at this time.
0 commit comments