Skip to content

Commit

Permalink
Install OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Apr 9, 2024
1 parent f479221 commit 96788cd
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
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 96788cd

Please sign in to comment.