Skip to content

Commit

Permalink
fix: lib - add libxcb1-dev (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale authored Dec 8, 2024
1 parent 314b872 commit e407f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Libs
run: |
sudo apt update -y
sudo apt install -y libdbus-1-dev libssl-dev gnome-keyring
sudo apt install -y libdbus-1-dev libssl-dev gnome-keyring libxcb1-dev
- name: Start gnome-keyring
# run gnome-keyring with 'foobar' as password for the login keyring
Expand Down

0 comments on commit e407f0e

Please sign in to comment.