Skip to content

Commit

Permalink
libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Aug 8, 2023
1 parent 6286e85 commit 041ada0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
ref: ${{matrix.redis-version}}
path: redis

- name: install openssl
run: |
sudo apt update -qq
sudo apt install -qqy libssl-dev
- name: Install Redis Server test dependencies
run: |
cd redis/src
Expand Down

0 comments on commit 041ada0

Please sign in to comment.