Skip to content

Commit

Permalink
Add libsecret-1-dev to ubuntu image to ci-cd workflow
Browse files Browse the repository at this point in the history
Latest is now Ubuntu 24.04 and the runner doesn't include this library.

Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Oct 11, 2024
1 parent 7d8c932 commit f58abb5
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-dev
- uses: actions/checkout@v4

Expand Down

0 comments on commit f58abb5

Please sign in to comment.