Skip to content

Commit 5b558b6

Browse files
committed
Add a step to install openssl library
1 parent 0cc50e3 commit 5b558b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
- name: Checkout
6363
uses: actions/checkout@v4
6464

65+
- name: Install OpenSSL development libraries
66+
run: |
67+
sudo apt-get update
68+
sudo apt-get install -y libssl-dev
69+
6570
- name: Install cross
6671
if: matrix.use-cross
6772
uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)