From fe7b20e85b2879b35ec051dc52fa29e5eb5d5d79 Mon Sep 17 00:00:00 2001 From: Arnaud Loonstra Date: Tue, 2 Jul 2024 16:09:53 +0200 Subject: [PATCH] add libtool to brew install as MacOS 14 runner images don't have it installed --- zproject_gh_actions.gsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zproject_gh_actions.gsl b/zproject_gh_actions.gsl index ed8040b1..ea6a7d6a 100644 --- a/zproject_gh_actions.gsl +++ b/zproject_gh_actions.gsl @@ -110,12 +110,12 @@ jobs: PACKAGES: cmake $(packages) - os: macos-latest BUILD_TYPE: default - PACKAGES: automake autoconf $(packages_brew) + PACKAGES: automake autoconf libtool $(packages_brew) DRAFT: enabled - os: macos-latest BUILD_TYPE: default DRAFT: disabled - PACKAGES: automake autoconf $(packages_brew) + PACKAGES: automake autoconf libtool $(packages_brew) .if project.gh_actions_clangformat_implem ?= "autotools" | ( !defined(project.gh_actions_clangformat_implem) & project.gh_actions_use_cmake ?= 0 ) . echo "GHA: CLANG-FORMAT: implementation: autotools" ### Note: we don't use CMake