From 2f230d7ea7450b215230f6846e470430ddb5bc4e Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 4 Aug 2025 14:57:47 +0200 Subject: [PATCH] add asan runtime deps --- .github/workflows/cd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3eac621..d9c13fd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -298,6 +298,12 @@ jobs: run: | Remove-Item "${{github.workspace}}/build/bin/*.ilk" + - name: Add asan runtime deps + # msvc redist does not ship them + shell: powershell + run: | + Copy-Item "$env:VCToolsInstallDir/bin/Hostx64/x64/clang_rt.asan_dynamic-x86_64.dll" -Destination "${{github.workspace}}/build/bin/" + - name: Compress artifacts shell: powershell run: |