From 60a9c132d9ed661560badc13d41b9f2c6257fdcc Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Sat, 3 Feb 2024 23:08:31 +0900 Subject: [PATCH] ci: install llvm --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bfb0d8..6008450 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |