Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 25, 2024
1 parent 2bb90d1 commit d91dfe5
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 add ninja bash
apk add ninja bash git
- name: Install `ninja` on macOS
if: startsWith(matrix.target.id, 'darwin-')
Expand Down

0 comments on commit d91dfe5

Please sign in to comment.