Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 76 forks source link

Setup PATH using GitHub API #376

Closed atoomic closed 3 years ago

bingos commented 3 years ago

What is this trying to do? :(

The Cygwin build now seems to be using Strawberry Perl instead of the Cygwin perl and fails in the same way as the Strawberry build as it is picking up the gcc, g++ and ld from Chocolately instead of those included with Strawberry!

bingos commented 3 years ago

Yeah $GITHUB_PATH is not a Windows environment variable

Needs "Out-File -FilePath $env:GITHUB_PATH -Encoding utf8"

https://github.community/t/migration-from-deprecated-add-path-on-windows/136265

atoomic commented 3 years ago

I'm giving up on this one