From ea538900ba166e997a467a3fd7c8683102e8bea6 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Mon, 13 May 2024 22:07:30 +0200 Subject: [PATCH] ci/macos: install ninja --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96308191b..f6c884696 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: packages=( nasm binutils coreutils libtool autoconf automake cmake make makedepend sdl2 lua@5.1 luarocks gettext pkg-config wget - gnu-getopt grep bison p7zip + gnu-getopt grep bison p7zip ninja ) # Lua 5.1 is disabled, so we need to work around that: # - fetch all packages