From c7d70eea4f043875db2eafeb97981de16ebe3c6d Mon Sep 17 00:00:00 2001 From: Erin Catto Date: Thu, 25 Apr 2024 14:12:42 -0700 Subject: [PATCH] attempt to fix win asan --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27cc606..5f5603e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,6 +93,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup MSVC dev command prompt + uses: TheMrMilchmann/setup-msvc-dev@v3 + with: + arch: x64 + - name: Configure static library run: cmake -S . -B build-static -G "Visual Studio 17 2022" -D ENKITS_SANITIZE=ON - name: Build static library