Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Add OpenSSL installation for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 17, 2024
1 parent d17e69f commit b44c5b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}

- name: Install OpenSSL
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
- name: Install Cargo Binstall
uses: cargo-bins/cargo-binstall@main

Expand Down

0 comments on commit b44c5b9

Please sign in to comment.