File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- name : Install Deps
26
26
run : |
27
27
sudo apt update
28
- sudo apt install -yy libseccomp-dev build-essential
28
+ sudo apt install -yy libseccomp-dev libssl-dev build-essential
29
29
- uses : dtolnay/rust-toolchain@stable
30
30
- name : cargo doc
31
31
run : cargo doc --color=always --no-deps --all
Original file line number Diff line number Diff line change 27
27
- name : Install Deps
28
28
run : |
29
29
apt update
30
- apt install -yy libseccomp-dev build-essential fpc
30
+ apt install -yy libseccomp-dev libssl-dev build-essential fpc
31
31
- name : Install Rust
32
32
uses : dtolnay/rust-toolchain@stable
33
33
id : install-rust
Original file line number Diff line number Diff line change 16
16
if : startsWith(matrix.os, 'ubuntu')
17
17
run : |
18
18
sudo apt update
19
- sudo apt install -yy libseccomp-dev build-essential fpc
19
+ sudo apt install -yy libseccomp-dev libssl-dev build-essential fpc
20
20
21
21
- name : Install Rust
22
22
uses : dtolnay/rust-toolchain@stable
You can’t perform that action at this time.
0 commit comments