Skip to content

Commit

Permalink
Add CI for Ubuntu 20.04 (OpenSSL 1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed Dec 30, 2022
1 parent 845260c commit 000a51b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,19 @@ jobs:
./autogen.sh
./configure
make
ubuntu2004:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

- name: Install packages
run: |
apt update
apt install make automake libtool pkg-config g++ libssl-dev libgsoap-dev gsoap libexpat-dev
- name: Build
run: |
./autogen.sh
./configure
make

0 comments on commit 000a51b

Please sign in to comment.