We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb74aa commit 4b5912cCopy full SHA for 4b5912c
.github/workflows/CI_build.yml
@@ -46,4 +46,9 @@ jobs:
46
$env:PYTHONBUILDDIR_X64='..\packages\python.3.12.1\tools'
47
$env:PYTHONBUILDDIR='..\packages\pythonx86.3.12.1\tools'
48
Rename-Item -Path ".\buildPaths.bat.orig" -NewName "buildPaths.bat"
49
+ $env:WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
50
+ $env:PATH = $env:PATH + ';' + $env:WIX_PATH
51
+ dir $env:PATH
52
+ dir "C:\Program Files (x86)"
53
+ dir "C:\Program Files"
54
.\buildAll.bat ${{ matrix.build_platform }}
0 commit comments