Skip to content

Commit

Permalink
run address sanitizer on windows in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Aug 24, 2023
1 parent 740d2ee commit 8eb2259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
include:
- config: address-model=32 crypto=built-in
- config: address-model=64
- config: address-sanitizer=on
- config: release

steps:
Expand All @@ -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
Expand Down

0 comments on commit 8eb2259

Please sign in to comment.