From 0d2e5c751b5a667503039b545ea73ff565808a35 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 30 Sep 2024 13:19:07 +1300 Subject: CI: Install meson and ninja for macOS Meson and Ninja are used by picolibc. Explicitly install these tools which we appear to have been getting by some transitive dependency up to now. Signed-off-by: Chris Packham --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c25a721b..eafc462b 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -22,7 +22,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: | brew install autoconf automake bash binutils gawk gnu-sed \ - gnu-tar help2man make ncurses texinfo libtool + gnu-tar help2man libtool make meson ncurses ninja texinfo - name: "build ct-ng" run: | if [ "$RUNNER_OS" == "macOS" ]; then -- cgit v1.2.3