Skip to content

Commit

Permalink
add libtool to brew install as MacOS 14 runner images don't have it i…
Browse files Browse the repository at this point in the history
…nstalled
  • Loading branch information
sphaero authored and bluca committed Jul 2, 2024
1 parent f256329 commit 86b86d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zproject_gh_actions.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86b86d8

Please sign in to comment.