Update windows.yml

This commit is contained in:
greg
2021-11-08 18:53:51 -05:00
parent 8ee437653d
commit b65b5005fc
-1
View File
@@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
os: [windows-latest]
flags: [/std:c++11, /std:c++17]
optimize: [/O2]
steps:
- name: Checkout