Skip to content

Commit

Permalink
Use correct binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhagland committed Jul 20, 2024
1 parent 809cec0 commit 843f011
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,16 @@ jobs:
shell: pwsh
# NOTE: This should first download and install libgsl using the Math::GSL::Alien module
run: |
$env:PATH = "$env:STRAWBERRY_PERL_PATH;$env:PATH"
#$env:PATH = "$env:STRAWBERRY_PERL_PATH;$env:PATH"
$Perl = "$env:STRAWBERRY_PERL_PATH\perl"
$Perlcpanm = "$env:STRAWBERRY_PERL_PATH\cpanm"
echo "PATH = $env:PATH"
perl -V
& $Perl -V
$BASEDIR = $PWD
cd $env:DISTDIR
$env:PERL_ALIEN_MSYS_BIN = "C:\msys64\usr\bin"
&cpanm -vn Alien::MSYS
& $Perl $Perlcpanm -vn Alien::MSYS
$env:PATH = "$env:STRAWBERRY_PERL_PATH;$env:PATH"
perl -MAlien::MSYS -E "say Alien::MSYS->msys_path"
&cpanm -vn Net::SSLeay
&cpanm -n Alien::Build
Expand Down

0 comments on commit 843f011

Please sign in to comment.