Skip to content

Commit a546005

Browse files
authored
Update build-windows.yml
1 parent 3464397 commit a546005

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- name: 禁用文档模块(注释 build.bat 中构建 doc 的部分)
3030
shell: powershell
3131
run: |
32-
(Get-Content python-src/Tools/msi/build.bat) -replace 'call :Build doc %\*', 'REM call :Build doc %*' |
32+
(Get-Content python-src/Tools/msi/build.bat) `
33+
-replace 'call :Build doc %\*', 'REM call :Build doc %*' `
34+
-replace 'call :Build tcltk %\*', 'REM call :Build tcltk %*' |
3335
Set-Content python-src/Tools/msi/build.bat
3436
3537
- name: 编译并生成安装包布局 (x64)

0 commit comments

Comments
 (0)