Skip to content

Commit

Permalink
ci: install llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Feb 3, 2024
1 parent c9fb8f1 commit 9e3733b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install build dependencies
run: sudo apt install -y libgtk-3-dev libibus-1.0-dev libx11-dev libchewing3-dev ibus gettext xvfb

- name: Install llvm
run: sudo apt install -y llvm

- name: Setup grcov
run: |
curl -LO https://github.com/mozilla/grcov/releases/download/v0.8.19/grcov-x86_64-unknown-linux-gnu.tar.bz2
Expand Down

0 comments on commit 9e3733b

Please sign in to comment.