From dfcb3cc2ea8c0c2281fc69fd7a168f33788f23f6 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Wed, 6 Apr 2022 14:17:59 -0600 Subject: [PATCH] ci: build: bump pyinstall to v4.10 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99592637..9ef58012 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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