Skip to content

Commit c25d0a3

Browse files
committed
try to avoid build installer issue:
WixToolset.UI.wixext : warning WIX6101: Could not find expected package root folder wixext6. Ensure WixToolset.UI.wixext/7.0.0-rc.1 is compatible with WiX v6. Compiling PythonScript installer wix.exe : error WIX0144: The extension 'WixToolset.UI.wixext' could not be found. Checked paths: WixToolset.UI.wixext Error!
1 parent febd40f commit c25d0a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
$env:PYTHONBUILDDIR_X64='${{ github.workspace }}\packages\python.3.14.3\tools'
4949
$env:PYTHONBUILDDIR='${{ github.workspace }}\packages\pythonx86.3.14.3\tools'
5050
Rename-Item -Path ".\buildPaths.bat.orig" -NewName "buildPaths.bat"
51-
dotnet tool install --global wix
51+
dotnet tool install --global wix --version 6.0.2
5252
.\buildAll.bat ${{ matrix.build_platform }}

0 commit comments

Comments
 (0)