Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jun 11, 2024
1 parent 2ccdd7a commit 7c1364b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
# enter the source directory
cd Python-3.11.8
- name: (Python )Stage Python 3.11.8 static build
- name: (Python) Stage Python 3.11.8 static build
run: |
cd Python-3.11.8
$vcxprojPath = "PCbuild/python.vcxproj"
$content = Get-Content $vcxprojPath -Raw # Read the entire content as a single string
Expand All @@ -55,6 +57,7 @@ jobs:
- name: (Python) Build 3.11.8
run: |
cd Python-3.11.8
# get python external libs before build
./PCbuild/get_externals.bat
# build python 3.11.8 as win32 and release
Expand Down

0 comments on commit 7c1364b

Please sign in to comment.