Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 25, 2024
1 parent 73516fd commit a4cbf04
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 @@ -45,7 +45,7 @@ jobs:
- name: Install `ninja` on Alpine
if: startsWith(matrix.target.id, 'linux-musl')
run: |
apk install ninja
apk add ninja
- name: Install `ninja` on macOS
if: startsWith(matrix.target.id, 'darwin-')
Expand Down

0 comments on commit a4cbf04

Please sign in to comment.