Skip to content

Commit

Permalink
correct issue with relative path for PYTHONBUILDDIR_X64 and PYTHONBUI…
Browse files Browse the repository at this point in the history
…LDDIR
  • Loading branch information
chcg committed Dec 30, 2024
1 parent 385c165 commit 74265b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
if: matrix.build_configuration == 'Release'
working-directory: installer
run: |
$env:PYTHONBUILDDIR_X64='..\packages\python2.2.7.18\tools'
$env:PYTHONBUILDDIR='..\packages\python2x86.2.7.18\tools'
$env:PYTHONBUILDDIR_X64='${{ github.workspace }}\packages\python2.2.7.18\tools'
$env:PYTHONBUILDDIR='${{ github.workspace }}\packages\python2x86.2.7.18\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
Expand Down

0 comments on commit 74265b7

Please sign in to comment.