Skip to content

Commit

Permalink
attempt to fix win asan
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Apr 25, 2024
1 parent f400aa8 commit c7d70ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d70ee

Please sign in to comment.