Skip to content

Commit

Permalink
Install OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Apr 23, 2024
1 parent 2c4daea commit c20eb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- name: Install system dependencies
run: |
apt-get update && apt-get install -y pkg-config
apt-get update && apt-get install -y pkg-config openssl libssl-dev
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit c20eb0f

Please sign in to comment.