Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
fix build pil not install
  • Loading branch information
zy7y authored Jan 11, 2024
1 parent 26588a0 commit 183c8d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
pip install -r requirements.txt
pip install pywebview
pip install pyinstaller
pip install pillow
- name: Build executable
run: |
python build.py
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
pip install -r requirements.txt
pip install pywebview
pip install pyinstaller
pip install pillow
- name: Build executable
run: |
python build.py
Expand Down Expand Up @@ -101,6 +103,7 @@ jobs:
pip install -r requirements.txt
pip install pywebview
pip install pyinstaller
pip install pillow
- name: Build executable
run: |
python build.py
Expand Down

0 comments on commit 183c8d3

Please sign in to comment.