Skip to content

Commit

Permalink
ci/centos7: add openssl (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Jan 26, 2022
1 parent 386a954 commit e3b1615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
compiler: [gcc, clang]
os: [ubuntu-20.04]
os: [ubuntu-latest]

env:
CC: ${{ matrix.compiler }}
Expand All @@ -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: |
Expand Down

0 comments on commit e3b1615

Please sign in to comment.