Skip to content

Commit

Permalink
修复自动构建,添加缺少的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jun 10, 2023
1 parent 921c1dc commit 473dd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller-win-shawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
shell: cmd
run: |
python -m venv venv
venv\Scripts\python -m pip install -r requirements.txt
venv\Scripts\python -m pip install pyinstaller
venv\Scripts\pip install -r requirements.txt
venv\Scripts\pip install pyinstaller Flask flask-sock flask-cors pywebview
- name: Patch Paddle
working-directory: ./main
shell: cmd
Expand Down

0 comments on commit 473dd4c

Please sign in to comment.