Skip to content

Commit a359cc1

Browse files
committed
ci: Install ninja and meson for toolchain build on macOS
This commit updates the CI workflow to install ninja and meson, which are required for building the picolibc, for the toolchain build job on macOS. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3c734ab commit a359cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ jobs:
489489
# (self-hosted runners are expected to provide all required dependencies)
490490
if [[ "${{ matrix.host.runner }}" =~ ^macos.* ]]; then
491491
brew install autoconf automake bash binutils boost coreutils gawk \
492-
gnu-sed gnu-tar help2man ncurses pkg-config
492+
gnu-sed gnu-tar help2man meson ncurses ninja pkg-config
493493
fi
494494
495495
# Install dependencies for cross compilation

0 commit comments

Comments
 (0)