Skip to content

Commit

Permalink
fix action ssl build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lxd5866 authored and mergify[bot] committed Feb 12, 2023
1 parent b8319f5 commit 07a3d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
case ${{ matrix.os }} in
debian10_1.0.3)
apt-get update && apt-get install curl lcov bc -y
apt-get update && apt-get install curl lcov bc libssl-dev -y
;;
centos7_1.0.3)
yum install curl lcov.noarch bc.x86_64 -y
Expand Down

0 comments on commit 07a3d72

Please sign in to comment.