From 13f42055caafdc0959aed7d6e133618b9a125303 Mon Sep 17 00:00:00 2001 From: Arnaud Loonstra Date: Tue, 2 Jul 2024 16:04:54 +0200 Subject: [PATCH] add libtool dep --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 01334d7d0..020faee0c 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -40,7 +40,7 @@ jobs: - 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