Skip to content

Commit

Permalink
install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 25, 2024
1 parent d91dfe5 commit 6557cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
run: |
sudo apt-get install ninja-build -y
- name: Install `ninja` on Alpine
- name: Install tools on Alpine
if: startsWith(matrix.target.id, 'linux-musl')
run: |
apk add ninja bash git
apk add ninja bash git cmake
- name: Install `ninja` on macOS
if: startsWith(matrix.target.id, 'darwin-')
Expand Down

0 comments on commit 6557cda

Please sign in to comment.