From e4e96f8e8144a5dfb4cee51dc9fc4cf805414a26 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Wed, 26 Jan 2022 11:48:38 +0100 Subject: [PATCH] ci/centos7: add openssl --- .github/workflows/centos7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index ab31d02fb..0bdb74f05 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: compiler: [gcc, clang] - os: [ubuntu-20.04] + os: [ubuntu-latest] env: CC: ${{ matrix.compiler }} @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: install devel tools run: | - yum -y install gcc clang make + yum -y install gcc clang make openssl-devel - name: make info run: |