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: |