From 466b63655b6962d3645f73b3b2a36b0947c2794d Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 5 Feb 2024 15:34:37 +0100 Subject: [PATCH] Correct name for ninja on macOS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c15b590..2f7d7f46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies - run: brew install sdl2 cmake ninja-build + run: brew install sdl2 cmake ninja - name: Build quaesar run: mkdir temp && cd temp && cmake .. -G Ninja && ninja