Skip to content

Commit

Permalink
ci: install dbus-x11 for dbus-launch
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Feb 6, 2024
1 parent 57c9c8b commit a7a2dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@v4

- name: Install build dependencies
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libchewing-devel ibus gettext weston
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libchewing-devel ibus gettext weston dbus-x11

- name: Build
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install build dependencies
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libchewing-devel ibus gettext weston
run: sudo dnf -y install clang cmake gtk4-devel ibus-devel libadwaita-devel libchewing-devel ibus gettext weston dbus-x11

- name: Install llvm
run: |
Expand Down

0 comments on commit a7a2dee

Please sign in to comment.