Skip to content

Commit

Permalink
For workflow, look for pacman.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 17, 2024
1 parent 4d48166 commit 1b212aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,14 @@ jobs:
# from the Configure script
echo "Fixup ./Configure by removing use Pod::Usage require"
sed -e 's/use Pod::Usage//' < Configure > Configure.fix
echo "pacman -S perl"
pacman -S perl
echo "ls C:/msys64"
ls -l C:/msys64
ls -l C:/msys64/bin
ls -l C:/msys64/usr
ls -l C:/msys64/usr/bin
#echo "pacman -S perl"
#pacman -S perl
ls -l C:/msys64/usr/bin/pacman
echo "C:/msys64/usr/bin/perl ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix=\""$prepath/openssl\"""
C:/msys64/usr/bin/perl ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl"
# make the libs only, build faster
Expand Down

0 comments on commit 1b212aa

Please sign in to comment.