actions take 79

This commit is contained in:
Jay Lee
2020-12-04 14:24:25 -05:00
parent 103c421b31
commit 7f2beb4d80

View File

@@ -124,11 +124,7 @@ jobs:
else
BITS="64"
fi
echo "bootloader before:"
md5sum ../PyInstaller/bootloader/*/*
$python ./waf all --target-arch=${BITS}bit
echo "bootloader after:"
md5sum ../PyInstaller/bootloader/*/*
- name: Install pip requirements
run: |