You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: cd libmicrohttpd-0.9.64 ; sudo make install ;
409
+
run: cd libmicrohttpd-0.9.77 ; sudo make install ;
410
410
411
411
- name: Refresh links to shared libs
412
412
run: sudo ldconfig ;
@@ -426,7 +426,7 @@ jobs:
426
426
if [ "$BUILD_TYPE" = "ubsan" ]; then export export CFLAGS='-fsanitize=undefined'; export CXXLAGS='-fsanitize=undefined'; export LDFLAGS='-fsanitize=undefined'; fi
427
427
428
428
# Additional flags on mac. They need to stay in step as env variables don't propagate across steps.
0 commit comments