From 80abd9284f07a7d122d819c40c524c5924815c46 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Mar 2022 12:10:27 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a25d2b8..3e0cdbd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/