Skip to content

Commit

Permalink
Fixed valgrind github workflow needing librsync-dev package
Browse files Browse the repository at this point in the history
Ticket: none
Changelog: none
(cherry picked from commit e8c97c6)
  • Loading branch information
craigcomstock committed Dec 19, 2024
1 parent 9c91742 commit 3c82518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref: ${{steps.together.outputs.core}}
submodules: recursive
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl libyaml-dev valgrind
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl libyaml-dev valgrind librsync-dev
# - name: Install CFEngine with cf-remote
# run: |
# pip3 install cf-remote
Expand Down

0 comments on commit 3c82518

Please sign in to comment.