ci: add libssl dep

This commit is contained in:
Christoph J. Scherr 2024-08-24 01:23:44 +02:00
parent 5dbc2ac6d2
commit 6bee508bf3
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,10 @@ jobs:
run: |
rustup component add rustfmt
rustup component add clippy
- name: install additional dependencies
run: |
apt update -y
apt install libssl -y
- name: config custom registry
run: |
mkdir -p ~/.cargo/

View File

@ -22,6 +22,10 @@ jobs:
run: |
rustup component add rustfmt
rustup component add clippy
- name: install additional dependencies
run: |
apt update -y
apt install libssl -y
- name: config custom registry
run: |
mkdir -p ~/.cargo/