Skip to content

Commit

Permalink
Try adding libdbus to CI build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Oct 28, 2024
1 parent ab86867 commit c9ea074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt -qq update
sudo apt install -y google-chrome-stable
sudo apt install -y google-chrome-stable libdbus-1-dev
- name: Install node dependencies
run: |
npm ci
Expand Down

0 comments on commit c9ea074

Please sign in to comment.