Skip to content

Commit

Permalink
Fix ASan issue on Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-park committed Jan 19, 2024
1 parent 549da47 commit ef64ab0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y ninja-build
- name: Choose the latest MSVC toolset
if: runner.os == 'Windows'
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
toolset: 14.38

- name: Configure
run: >
cmake --preset ${{ matrix.preset }}
Expand Down

0 comments on commit ef64ab0

Please sign in to comment.