From 587202ce438d5cf9ecf54bacb77103d62ba47086 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Wed, 6 Apr 2022 14:03:44 -0600 Subject: [PATCH] ci: build: update pip and setuptools --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddc8e2d0..99592637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,8 @@ jobs: python-version: 3.8 - if: matrix.os == 'ubuntu-18.04' run: sudo apt-get install -y libyaml-dev + - name: Install PyInstaller + run: pip install --upgrade pip setuptools - name: Install PyInstaller run: pip install 'pyinstaller==4.2' - name: Install capa