Skip to content

Commit b3625dd

Browse files
fixup! [#70236] Add windows tests to gh actions
1 parent a15381b commit b3625dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ jobs:
219219
pushd build
220220
cmake .. -G "Unix Makefiles" -DCMAKE_CXX_STANDARD=14 \
221221
-DUSER_SYSTEMC_INCLUDE_DIR=$(pwd)/../systemc/src \
222-
-DUSER_SYSTEMC_LIB_DIR=$(pwd)/../artifacts/systemc_windows
222+
-DUSER_SYSTEMC_LIB_DIR=$(pwd)/../artifacts/systemc_windows \
223+
-DCMAKE_CXX_FLAGS="-DWIN32_LEAN_AND_MEAN"
223224
ls -la
224225
make
225226
popd

0 commit comments

Comments
 (0)