Skip to content

Commit eba07cb

Browse files
committed
fix(ci): Install pkg-config and libssl-dev
Required by the openssl-sys crate Signed-off-by: Gerald Combs <gerald@wireshark.org>
1 parent 0b5379f commit eba07cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable_build_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install deps
2626
run: |
2727
apt update
28-
apt install -y --no-install-recommends awscli build-essential autoconf libelf-dev libtool autotools-dev \
28+
apt install -y --no-install-recommends awscli build-essential autoconf libelf-dev libtool autotools-dev libssl-dev pkg-config \
2929
automake zip unzip ninja-build wget lsb-release software-properties-common gnupg ca-certificates curl git
3030
3131
- name: Checkout Plugins ⤵️

0 commit comments

Comments
 (0)