Skip to content

Commit

Permalink
Update pyinstaller version on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jan 16, 2022
1 parent 01f5922 commit 121add3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-macast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:." \
Expand Down

0 comments on commit 121add3

Please sign in to comment.