Skip to content

Commit

Permalink
install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 17, 2024
1 parent 19b7282 commit 0c064bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install just
uses: taiki-e/install-action@just
- name: Install ninja
run: sudo apt update; sudo apt install ninja-build
- name: Clone
run: just clone
- name: Prepare
Expand Down

0 comments on commit 0c064bd

Please sign in to comment.