Skip to content

Commit

Permalink
chore(ci): handle exceptions in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brenocq committed Jan 14, 2025
1 parent 73f978e commit 24d9fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Build
run: |
cd example
cmake -B build -DCMAKE_CXX_FLAGS="/WX"
cmake -B build -DCMAKE_CXX_FLAGS="/WX /EHsc"
cmake --build build

0 comments on commit 24d9fa6

Please sign in to comment.