Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/librelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
run: |
apt-get update
apt-get install -y git build-essential autoconf automake \
libtool pkg-config libgnutls28-dev net-tools iproute2 python3
libtool pkg-config libgnutls28-dev net-tools iproute2 python3 \
valgrind libtool-bin

- name: Checkout wolfProvider
uses: actions/checkout@v4
Expand Down
Loading