File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 56
56
- name : Checkout repository
57
57
uses : actions/checkout@v4
58
58
59
+ - name : Install dependencies
60
+ run : |
61
+ sudo apt update
62
+ sudo apt install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev
63
+
59
64
# Set up Rust
60
65
- name : Set up Rust
61
66
uses : actions-rs/toolchain@v1
67
72
- name : Install cargo-llvm-cov
68
73
uses : taiki-e/install-action@cargo-llvm-cov
69
74
75
+
70
76
- name : Install Clippy
71
77
run : rustup component add clippy
72
78
@@ -106,6 +112,11 @@ jobs:
106
112
- name : Checkout repository
107
113
uses : actions/checkout@v4
108
114
115
+ - name : Install dependencies
116
+ run : |
117
+ sudo apt update
118
+ sudo apt install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev
119
+
109
120
# Set up Rust
110
121
- name : Set up Rust
111
122
uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments