Skip to content

Commit

Permalink
ci: more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Feb 4, 2024
1 parent 6c625f0 commit 08ee557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install build dependencies
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libX11-devel libchewing-devel ibus gettext xorg-x11-server-Xvfb util-linux
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libX11-devel libchewing-devel ibus gettext xorg-x11-server-Xvfb dbus-x11 util-linux

- name: Build
run: |
Expand All @@ -38,12 +38,12 @@ jobs:
- uses: actions/checkout@v3

- name: Install build dependencies
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libX11-devel libchewing-devel ibus gettext xorg-x11-server-Xvfb util-linux
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libX11-devel libchewing-devel ibus gettext xorg-x11-server-Xvfb dbus-x11 util-linux

- name: Install llvm
run: |
sudo dnf -y install llvm rustup
rustup-init
rustup-init -y
rustup component add llvm-tools
- name: Setup grcov
Expand Down

0 comments on commit 08ee557

Please sign in to comment.