Skip to content

Commit 76add4d

Browse files
committed
Stage MSVC runtime beside ASan extension
1 parent 1e249b1 commit 76add4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-asan-diagnostic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if ($null -eq $asanRuntime) {
6060
throw "Could not locate the MSVC AddressSanitizer runtime DLL"
6161
}
62-
$env:PATH = "$($asanRuntime.DirectoryName);$env:PATH"
62+
Copy-Item $asanRuntime.FullName "$PWD\build-windows-asan\python"
6363
Write-Host "Using ASan runtime from $($asanRuntime.DirectoryName)"
6464
$env:PYTHONPATH = "$PWD\build-windows-asan\python;$PWD\python"
6565
python -c "import _hgraph; print(_hgraph.__file__)"

0 commit comments

Comments
 (0)