Skip to content

Commit

Permalink
ci(github): fix dbus package needed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Dec 17, 2023
1 parent 5b890f1 commit df49c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: cache_pkg_deps
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: desktop-file-utils gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev dbus
packages: desktop-file-utils gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev dbus-x11

- name: Set up Go
id: setup_go
Expand Down

0 comments on commit df49c65

Please sign in to comment.