1 parent 1e249b1 commit 76add4dCopy full SHA for 76add4d
1 file changed
.github/workflows/windows-asan-diagnostic.yml
@@ -59,7 +59,7 @@ jobs:
59
if ($null -eq $asanRuntime) {
60
throw "Could not locate the MSVC AddressSanitizer runtime DLL"
61
}
62
- $env:PATH = "$($asanRuntime.DirectoryName);$env:PATH"
+ Copy-Item $asanRuntime.FullName "$PWD\build-windows-asan\python"
63
Write-Host "Using ASan runtime from $($asanRuntime.DirectoryName)"
64
$env:PYTHONPATH = "$PWD\build-windows-asan\python;$PWD\python"
65
python -c "import _hgraph; print(_hgraph.__file__)"
0 commit comments