We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8189c commit d236da4Copy full SHA for d236da4
1 file changed
.github/workflows/build.yml
@@ -27,15 +27,15 @@ jobs:
27
- name: Install dependencies
28
run: |
29
sudo apt-get -y update
30
- sudo apt-get -y install tree tshark valgrind
+ sudo apt-get -y install tree tshark valgrind libssl-dev
31
- uses: actions/checkout@v4
32
- name: Configure
33
34
set -x
35
./autogen.sh
36
mkdir -p build/dir
37
cd build/dir
38
- ../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
+ ../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system --with-openssl
39
chmod -R a+w .
40
- name: Build
41
0 commit comments