generated from PlexSheep/rs-base
ci: add libssl dep
This commit is contained in:
parent
5dbc2ac6d2
commit
6bee508bf3
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue