ci: build: bump pyinstall to v4.10

This commit is contained in:
Willi Ballenthin
2022-04-06 14:17:59 -06:00
parent 587202ce43
commit dfcb3cc2ea

View File

@@ -35,10 +35,10 @@ jobs:
python-version: 3.8
- if: matrix.os == 'ubuntu-18.04'
run: sudo apt-get install -y libyaml-dev
- name: Install PyInstaller
- name: Upgrade pip, setuptools
run: pip install --upgrade pip setuptools
- name: Install PyInstaller
run: pip install 'pyinstaller==4.2'
run: pip install 'pyinstaller==4.10'
- name: Install capa
run: pip install -e .
- name: Build standalone executable