From 1f739f25e8fad20c627f12f4ee9995302ff59bac Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:00:06 -0300 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index de71563..89bf344 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pyqt5 requests pywin32 # Install specific dependencies + pip install pyqt5 requests pywin32 pyinstaller # Install specific dependencies - name: Create actions-temp folder run: |