From 8eb225928c712f91a2b2d0b22739ab52d57d50d6 Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 31 Mar 2023 16:00:10 +0200 Subject: [PATCH] run address sanitizer on windows in CI --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f98dcd30f1c..3ff56076058 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,6 +25,7 @@ jobs: include: - config: address-model=32 crypto=built-in - config: address-model=64 + - config: address-sanitizer=on - config: release steps: @@ -43,7 +44,7 @@ jobs: - name: install boost run: | - git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git + git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.82.0.beta1 https://github.com/boostorg/boost.git cd boost bootstrap.bat