From 9c3c1911267df91ae2856a780e5792984efcf3ed Mon Sep 17 00:00:00 2001 From: UncertainProd Date: Sun, 29 May 2022 19:53:16 +0530 Subject: [PATCH] Using latest pyinstaller in build --- .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 9a4139e..8fac716 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,8 @@ jobs: run: | python -m pip install --upgrade pip --verbose pip install -r requirements.txt - pip install pyinstaller==4.0 + pip install pyinstaller + pip list - name: Build with pyinstaller for ${{matrix.TARGET}} run: ${{matrix.CMD_BUILD}} - name: Load Release URL File from release job