Skip to content

Commit 136dddc

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

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
@@ -222,7 +222,7 @@ jobs:
222222
-DCMAKE_EXE_LINKER_FLAGS="-lws2_32" \
223223
-DCMAKE_CXX_FLAGS="-DWIN32_LEAN_AND_MEAN"
224224
ls -la
225-
make CPPSTD=c++14 -j8
225+
make CPPSTD=c++14 LDLIBS="-lws2_32" -j8
226226
popd
227227
for i in examples/*/; do
228228
cp "$i"/bin/* artifacts/windows_example_binaries

0 commit comments

Comments
 (0)