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 e1a357b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ 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:
toolset: 14.38

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

0 comments on commit e1a357b

Please sign in to comment.