[ci,mac] check for and install meson

This commit is contained in:
akallabeth
2025-03-21 12:10:20 +01:00
parent 7002b2fd5c
commit 37d602b40c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: "Prepare environment"
run: |
brew install autoconf automake cmake git libtool
brew install autoconf automake cmake git libtool meson
- name: "Run mac os build..."
run: |

View File

@@ -23,7 +23,7 @@ usage() {
}
check_tools() {
for TOOL in mkdir rm mv git dirname pwd find cut basename grep xargs cmake ninja autoconf automake aclocal autoheader glibtoolize lipo otool install_name_tool; do
for TOOL in mkdir rm mv git dirname pwd find cut basename grep xargs cmake ninja autoconf automake aclocal autoheader glibtoolize lipo otool install_name_tool meson; do
set +e
TOOL_PATH=$(which "$TOOL")
set -e