Browse Source

Add libtool to macos brew deps

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
c77d25512a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/bootstrap-deps.sh

+ 1
- 1
.github/workflows/bootstrap-deps.sh View File

@@ -73,7 +73,7 @@ function install_compiler() {

case "${1}" in
"macos"|"macos-intel"|"macos-10.15"|"macos-universal"|"macos-universal-10.15")
brew install autoconf automake cmake coreutils gawk git gnu-sed jq make meson
brew install autoconf automake cmake coreutils gawk git gnu-sed jq libtool make meson

[ -n "${GITHUB_ENV}" ] && echo "PAWPAW_PACK_NAME=${1}-$(sw_vers -productVersion | cut -d '.' -f 1)" >> "${GITHUB_ENV}"
;;


Loading…
Cancel
Save