From 9b62ce30ce862468a193b834058dab5bb5c8a056 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 26 Jul 2024 01:51:12 +0200 Subject: [PATCH] pip install pyinstaller --- .github/workflows/exe.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/exe.yml b/.github/workflows/exe.yml index 4a9b9b3..7c8d04e 100644 --- a/.github/workflows/exe.yml +++ b/.github/workflows/exe.yml @@ -15,6 +15,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt + pip install pyinstaller - name: Build executable run: |