Skip to content

Commit fe0fee0

Browse files
authored
Update update-release-assets.yml
1 parent 0bd097d commit fe0fee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install -r requirements.txt pyinstaller
31+
pip install -r requirements.txt pyinstaller pillow
3232
3333
- name: Build app (macOS)
3434
if: startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)