Skip to content

Commit

Permalink
- Fix for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 17, 2024
1 parent 1b212aa commit 6045911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,11 @@ jobs:
sed -e 's/use Pod::Usage//' < Configure > Configure.fix
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
ls -l C:/msys64/usr/bin/pacman || echo no
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 6045911

Please sign in to comment.