We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f256329 commit 86b86d8Copy full SHA for 86b86d8
zproject_gh_actions.gsl
@@ -110,12 +110,12 @@ jobs:
110
PACKAGES: cmake $(packages)
111
- os: macos-latest
112
BUILD_TYPE: default
113
- PACKAGES: automake autoconf $(packages_brew)
+ PACKAGES: automake autoconf libtool $(packages_brew)
114
DRAFT: enabled
115
116
117
DRAFT: disabled
118
119
.if project.gh_actions_clangformat_implem ?= "autotools" | ( !defined(project.gh_actions_clangformat_implem) & project.gh_actions_use_cmake ?= 0 )
120
. echo "GHA: CLANG-FORMAT: implementation: autotools"
121
### Note: we don't use CMake
0 commit comments