Skip to content

Commit 70a9f21

Browse files
fixup! [#70236] Add windows tests to gh actions
1 parent 16ce7b9 commit 70a9f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
pushd build
220220
cmake .. -G "Unix Makefiles" -DUSER_SYSTEMC_INCLUDE_DIR=$(pwd)/../systemc/src \
221221
-DUSER_SYSTEMC_LIB_DIR=$(pwd)/../artifacts/systemc_windows \
222+
-DCMAKE_EXE_LINKER_FLAGS="-lws2_32" \
222223
-DCMAKE_CXX_FLAGS="-DWIN32_LEAN_AND_MEAN"
223224
ls -la
224225
make CPPSTD=c++14 -j8

0 commit comments

Comments
 (0)