From 121add3a8a70edb77e33aeab1ec88aeff27f49fc Mon Sep 17 00:00:00 2001 From: xfangfang <2553041586@qq.com> Date: Mon, 17 Jan 2022 00:01:41 +0800 Subject: [PATCH] Update pyinstaller version on linux --- .github/workflows/build-macast.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-macast.yaml b/.github/workflows/build-macast.yaml index 7aca47b3d..23f6e768f 100644 --- a/.github/workflows/build-macast.yaml +++ b/.github/workflows/build-macast.yaml @@ -84,6 +84,7 @@ jobs: echo "VERSION=v$VERSION" >> $GITHUB_ENV docker run --rm -v "$(pwd):/src/" xfangfang/build-macast \ 'pip install -r requirements/common.txt && \ + pip install -U pyinstaller && \ pyinstaller --noconfirm -F -w \ --additional-hooks-dir=. \ --add-data="macast/.version:." \