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 9e3733b commit 60a9c13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,9 @@ jobs:
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
run: |
sudo apt install -y llvm
rustup component add llvm-tools
- name: Setup grcov
run: |
Expand Down

0 comments on commit 60a9c13

Please sign in to comment.