Update build.yml

This commit is contained in:
Jay Lee
2022-03-03 12:10:27 -05:00
committed by GitHub
parent 87b6cb073f
commit 80abd9284f

View File

@@ -419,6 +419,8 @@ jobs:
"${PYTHON}" -m pip list
if [[ "${RUNNER_OS}" == "macOS" ]]; then
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec file "{}" \;
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec du -sh "{}" \;
fi
- name: Build GAM with PyInstaller
@@ -675,4 +677,3 @@ jobs:
src/*.tar.xz
src/*.zip
src/*.msi
bin/