Skip to content

Commit

Permalink
install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 5, 2024
1 parent ebc034a commit b81731b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
TAG: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
- name: Install just
run: brew install just
- name: Install dependencies
run: brew install just ninja
- name: Prepare and build
run: just all
# - name: Build
# run: just package

0 comments on commit b81731b

Please sign in to comment.