Skip to content

Commit

Permalink
[EXPERIMENT] try installing libsecret-1
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Oct 11, 2024
1 parent 7c98af8 commit bdcb224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bdcb224

Please sign in to comment.