Skip to content

Commit 5e08f53

Browse files
authored
Merge pull request Pennyw0rth#644 from Pennyw0rth/neff-fix-binary-workflow
Add missing Pillow package to binary workflow
2 parents 806e4c7 + 0517c70 commit 5e08f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Build Native Binary
2222
run: |
23-
pip install pyinstaller
23+
pip install pyinstaller pillow
2424
pip install .
2525
pyinstaller netexec.spec
2626
- name: Upload Windows Binary

0 commit comments

Comments
 (0)