diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e65608ef3..45839fa64 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -35,12 +35,12 @@ jobs: PACKAGES: cmake git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev - os: macos-latest BUILD_TYPE: default - PACKAGES: automake autoconf ossp-uuid zeromq curl libmicrohttpd + PACKAGES: automake autoconf libtool ossp-uuid zeromq curl libmicrohttpd DRAFT: enabled - os: macos-latest BUILD_TYPE: default DRAFT: disabled - PACKAGES: automake autoconf ossp-uuid zeromq curl libmicrohttpd + PACKAGES: automake autoconf libtool ossp-uuid zeromq curl libmicrohttpd # For non-cmake users, there is an autotools solution with a bit more overhead # to have dependencies ready and pass configure script before making this check). # Note that the autotools variant will also require dependencies preinstalled to diff --git a/doc/Makefile.am b/doc/Makefile.am index a236b11d2..64b574722 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,7 @@ MAN1 = zmakecert.1 MAN3 = zactor.3 zargs.3 zarmour.3 zcert.3 zcertstore.3 zchunk.3 zclock.3 zconfig.3 zdigest.3 zdir.3 zdir_patch.3 zfile.3 zframe.3 zhash.3 zhashx.3 ziflist.3 zlist.3 zlistx.3 zloop.3 zmsg.3 zpoller.3 zproc.3 zsock.3 zstr.3 zsys.3 ztimerset.3 ztrie.3 zuuid.3 zhttp_client.3 zhttp_server.3 zhttp_server_options.3 zhttp_request.3 zhttp_response.3 zosc.3 zauth.3 zbeacon.3 zgossip.3 zmonitor.3 zproxy.3 zrex.3 # Project overview, written by a human after initial skeleton: # NOTE: stub doc/czmq.adoc is generated by GSL from project.xml -# and then committed to SCM and maintained manually to describe the +# and then comitted to SCM and maintained manually to describe the # project (section 7 = Overview, conventions, and miscellaneous). MAN7 = czmq.7 MAN_DOC = $(MAN1) $(MAN3) $(MAN7)