Update Build.yml

This commit is contained in:
Nix 2024-12-31 11:00:06 -03:00 committed by GitHub
parent 2d362843c2
commit 1f739f25e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |