Skip to content

Commit 0e0d47f

Browse files
fixup! [#70236] Add windows tests to gh actions
1 parent 7a174d8 commit 0e0d47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc-posix \
187187
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++-posix \
188188
-DCMAKE_CXX_STANDARD=14 \
189-
-DWIN32_LEAN_AND_MEAN \
189+
-DCMAKE_CXX_FLAGS="-DWIN32_LEAN_AND_MEAN" \
190190
-DUSER_SYSTEMC_INCLUDE_DIR=$(pwd)/../systemc/src \
191191
-DUSER_SYSTEMC_LIB_DIR=$(pwd)/../artifacts/systemc_windows
192192
make

0 commit comments

Comments
 (0)