Skip to content

Commit

Permalink
ninja?
Browse files Browse the repository at this point in the history
  • Loading branch information
pfgithub committed Feb 3, 2025
1 parent 950aad4 commit 62bd9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Ninja
run: brew install ninja
- name: Build
run: ci/aarch64-macos-debug.sh
- name: Upload Artifact
Expand Down
2 changes: 1 addition & 1 deletion ci/aarch64-macos-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ PATH="$HOME/local/bin:$PATH" cmake .. \
-DZIG_NO_LIB=ON \
-GNinja

$HOME/local/bin/ninja install
ninja install

0 comments on commit 62bd9db

Please sign in to comment.