Update Build.yml

This commit is contained in:
Nix 2024-12-31 11:04:36 -03:00 committed by GitHub
parent c0ce394fda
commit 35e1cd7d17
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 pyinstaller # Install specific dependencies
pip install pyqt5 requests pywin32 pyinstaller pillow # Install specific dependencies
- name: Create actions-temp folder
run: |