Skip to content

Commit

Permalink
Correct name for ninja on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 5, 2024
1 parent dc9db0b commit 466b636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 466b636

Please sign in to comment.