From fbaf9272a8dcfe661a54d6fdd145ac2571975a8f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 18 May 2019 08:37:52 -0400 Subject: [PATCH] Update windows-x86-before-install.sh --- src/travis/windows-x86-before-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis/windows-x86-before-install.sh b/src/travis/windows-x86-before-install.sh index ebc2e171..11adcb03 100755 --- a/src/travis/windows-x86-before-install.sh +++ b/src/travis/windows-x86-before-install.sh @@ -9,10 +9,10 @@ if [ ! -e $exefile ]; then wget --quiet https://slproweb.com/download/$exefile fi echo "Installing $exefile..." -mkdir /c/ssl powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl" echo "OpenSSL dlls..." ls -alRF /c/ssl +echo "c drive" ls -al /c/ echo "Python dlls..." ls -al /c/Python37/DLLs