From bdcb224be08e0e0687f405082e46dd384b676a9a Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Fri, 11 Oct 2024 08:18:27 -0400 Subject: [PATCH] [EXPERIMENT] try installing libsecret-1 Signed-off-by: Marc Dumais --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 370a3d86..333ac844 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -24,7 +24,7 @@ jobs: - name: install dependencies on ubuntu if: startsWith(matrix.os,'ubuntu') run: | - sudo apt install -y make gcc pkg-config build-essential libx11-dev libxkbfile-dev + sudo apt install -y make gcc pkg-config build-essential libx11-dev libxkbfile-dev libsecret-1-0 - uses: actions/checkout@v4