mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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 <judge.packham@gmail.com>
This commit is contained in:
parent
63fdc9cb37
commit
0d2e5c751b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user