Update build.yml

This commit is contained in:
Jay Lee
2022-03-28 18:29:41 -04:00
committed by GitHub
parent 66fe03bbcd
commit d7b8f4c228

View File

@ -396,6 +396,8 @@ jobs:
- name: Install PyInstaller
if: matrix.goal == 'build'
run: |
tmpd=$(mktemp -d -t my-script)
cd $tmpd
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)