Skip to content

Commit

Permalink
correct GH job for installer/release zips build
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Dec 21, 2023
1 parent ccb74aa commit 4b5912c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ jobs:
$env:PYTHONBUILDDIR_X64='..\packages\python.3.12.1\tools'
$env:PYTHONBUILDDIR='..\packages\pythonx86.3.12.1\tools'
Rename-Item -Path ".\buildPaths.bat.orig" -NewName "buildPaths.bat"
$env:WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
$env:PATH = $env:PATH + ';' + $env:WIX_PATH
dir $env:PATH
dir "C:\Program Files (x86)"
dir "C:\Program Files"
.\buildAll.bat ${{ matrix.build_platform }}

0 comments on commit 4b5912c

Please sign in to comment.