From e407f0e2c769fca80f992b326ebb3f7e5f9e7805 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Mon, 9 Dec 2024 09:38:26 +1100 Subject: [PATCH] fix: lib - add libxcb1-dev (#430) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ee399e647..4d11c5f1c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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