Skip to content

Commit 8ac8433

Browse files
committed
CI: Fix Windows build command in build workflow
1 parent f7a2af8 commit 8ac8433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Compiler name & version
1818
run: cl.exe
1919
- name: Build
20-
run: cl.exe source/cppfront.cpp -std:c++latest -MD -EHsc -experimental:module -W4 -WX
20+
run: cl.exe source/cppfront.cpp -std:c++latest -MD -EHsc -W4 -WX
2121
build-unix-like:
2222
strategy:
2323
fail-fast: false

0 commit comments

Comments
 (0)