From 224885372737424248632ba2909c74f2458cd08b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 9 Jun 2024 02:23:54 +0300 Subject: [PATCH] Copy ASAN runtime to . --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50069a7..2748727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,6 +270,7 @@ jobs: python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY% git -C tools/build checkout feature/gha-test cmd /c bootstrap + copy "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\bin\Hostx64\x64\clang_rt.asan_dynamic-x86_64.dll" . b2 -v b2 -d0 headers