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 12, 2024
1 parent 66d9262 commit adeaa5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: (Python) Download 3.11.8 win32 source
if: steps.python-cache.outputs.cache-hit != 'true'
run: |
# download python 3.11.8 source code
curl -o Python-3.11.8.tgz https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tgz
# extract the tarball
Expand All @@ -54,6 +55,7 @@ jobs:
- name: (Python) Stage Python 3.11.8 static build
if: steps.python-cache.outputs.cache-hit != 'true'
run: |
cd Python-3.11.8
$vcxprojPath = "PCbuild/pythoncore.vcxproj"
Expand Down Expand Up @@ -142,6 +144,8 @@ jobs:
- name: Build Millennium
run: |
dir "D:\a\Millennium\Millennium"
# build millennium with msvc; x86; release
cmake --build build --config Release
Expand Down

0 comments on commit adeaa5b

Please sign in to comment.