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 a48411a commit 6668336Copy full SHA for 6668336
.github/workflows/CI_build.yml
@@ -43,8 +43,8 @@ jobs:
43
if: matrix.build_configuration == 'Release'
44
working-directory: installer
45
run: |
46
- $env:PYTHONBUILDDIR_X64='..\packages\python.3.12.8\tools'
47
- $env:PYTHONBUILDDIR='..\packages\pythonx86.3.12.8\tools'
+ $env:PYTHONBUILDDIR_X64='${{ github.workspace }}\packages\python.3.12.8\tools'
+ $env:PYTHONBUILDDIR='${{ github.workspace }}\packages\pythonx86.3.12.8\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
0 commit comments