Update build.yml

This commit is contained in:
Jay Lee
2021-08-31 10:46:03 -04:00
committed by GitHub
parent 9bb9d331ad
commit 00413fe7a4

View File

@ -186,7 +186,8 @@ jobs:
$python ./waf all $TARGETARCH
cd ..
fi
$python setup.py install
$pip install .
#$python setup.py install
#$pip install pyinstaller
- name: Install pip requirements