Skip to content

Commit

Permalink
Try to fix ssl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Dec 5, 2024
1 parent 3221b08 commit 339b9d2
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 @@ -21,6 +21,11 @@ jobs:
- name: Checkout zarp repository
uses: actions/checkout@v4

- name: Setup OpenSSL
run: |
sudo apt-get update
sudo apt-get install -y openssl
- name: Setup miniconda & zarp env
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 339b9d2

Please sign in to comment.