Update build.yml

This commit is contained in:
Jay Lee
2022-03-28 18:33:38 -04:00
committed by GitHub
parent d7b8f4c228
commit 5684ab3c05

View File

@@ -396,7 +396,7 @@ jobs:
- name: Install PyInstaller
if: matrix.goal == 'build'
run: |
tmpd=$(mktemp -d -t my-script)
tmpd=$(mktemp -d -t pyinstaller-XXXX)
cd $tmpd
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller