Skip to content

Commit

Permalink
Correct name for ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 5, 2024
1 parent 81d71a5 commit 578790a
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 @@ -28,7 +28,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev cmake ninja

- name: Build quaesar
run: mkdir temp && cd temp && cmake .. -G Ninja && ninja
run: mkdir temp && cd temp && cmake .. -G Ninja && ninja-build

linux_clang_ubuntu_20_04:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 578790a

Please sign in to comment.