From ba34ef4494b586aa931d7b7a0b888719f8849d5a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 20 Sep 2024 01:13:53 +0000 Subject: [PATCH] actions: fee FI foo fum --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c2a67b9..87a877f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -542,6 +542,7 @@ jobs: # Work around issue where PyInstaller picks up python3.dll from other Python versions # https://github.com/pyinstaller/pyinstaller/issues/7102 export PATH="$(dirname ${PYTHON}):/usr/bin" + fi if [[ "${staticx}" != "yes" ]]; then export PYINSTALLER_BUILD_ONEDIR=yes fi