Skip to content

Commit 86b86d8

Browse files
sphaerobluca
authored andcommitted
add libtool to brew install as MacOS 14 runner images don't have it installed
1 parent f256329 commit 86b86d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zproject_gh_actions.gsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ jobs:
110110
PACKAGES: cmake $(packages)
111111
- os: macos-latest
112112
BUILD_TYPE: default
113-
PACKAGES: automake autoconf $(packages_brew)
113+
PACKAGES: automake autoconf libtool $(packages_brew)
114114
DRAFT: enabled
115115
- os: macos-latest
116116
BUILD_TYPE: default
117117
DRAFT: disabled
118-
PACKAGES: automake autoconf $(packages_brew)
118+
PACKAGES: automake autoconf libtool $(packages_brew)
119119
.if project.gh_actions_clangformat_implem ?= "autotools" | ( !defined(project.gh_actions_clangformat_implem) & project.gh_actions_use_cmake ?= 0 )
120120
. echo "GHA: CLANG-FORMAT: implementation: autotools"
121121
### Note: we don't use CMake

0 commit comments

Comments
 (0)