Skip to content

Commit

Permalink
Fix libssl version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BriannaDelgado committed Jan 3, 2025
1 parent 82fe173 commit 1cb422e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
with:
name: secret-detection-results
path: gitleaks.json
- name: Install OpenSSL 1.1
run: |
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
build:
Expand Down

0 comments on commit 1cb422e

Please sign in to comment.