Skip to content

Commit

Permalink
install clang and llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 25, 2024
1 parent 6557cda commit 652d9e9
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 tools on Alpine
if: startsWith(matrix.target.id, 'linux-musl')
run: |
apk add ninja bash git cmake
apk add ninja bash git cmake clang18-dev llvm18-dev
- name: Install `ninja` on macOS
if: startsWith(matrix.target.id, 'darwin-')
Expand Down

0 comments on commit 652d9e9

Please sign in to comment.