Skip to content

Commit

Permalink
CI修复py38路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 22, 2023
1 parent 390132b commit dfc48ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pyinstaller-win-shawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
sudo apt install wine
- name: install python 3.8
working-directory: py38
run: |
mkdir py38
cd py38
wget https://www.python.org/ftp/python/3.8.10/python-3.8.10-embed-amd64.zip
unzip python-3.8.10-embed-amd64.zip
wget https://bootstrap.pypa.io/get-pip.py
Expand Down

0 comments on commit dfc48ac

Please sign in to comment.