Skip to content

Commit d236da4

Browse files
committed
.github: install libssl-dev to enable tls + sign support
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent ce8189c commit d236da4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
sudo apt-get -y update
30-
sudo apt-get -y install tree tshark valgrind
30+
sudo apt-get -y install tree tshark valgrind libssl-dev
3131
- uses: actions/checkout@v4
3232
- name: Configure
3333
run: |
3434
set -x
3535
./autogen.sh
3636
mkdir -p build/dir
3737
cd build/dir
38-
../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
38+
../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system --with-openssl
3939
chmod -R a+w .
4040
- name: Build
4141
run: |

0 commit comments

Comments
 (0)