Merge pull request #69 from robert-scheck/ci-openssl

CI: libtls-dev → libssl-dev
This commit is contained in:
Alexandre Dulaunoy 2023-02-06 08:48:28 +01:00 committed by GitHub
commit 45ac7548a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
env:
CC: ${{ matrix.compiler }}
- name: Install dependencies
run: sudo apt-get install autoconf libtls-dev libpcap-dev libnet1-dev libjson-c-dev
run: sudo apt install autoconf libssl-dev libpcap-dev libnet1-dev libjson-c-dev
- name: ./configure
run: ./configure
env:

View file

@ -32,7 +32,7 @@ jobs:
- name: Build Application using script
run: |
./autogen.sh
sudo apt-get install autoconf libtls-dev libpcap-dev libnet1-dev libjson-c-dev
sudo apt install autoconf libssl-dev libpcap-dev libnet1-dev libjson-c-dev
./configure
make
- name: Perform CodeQL Analysis