Skip to content

Commit 856d955

Browse files
committed
adding system dependencies
1 parent ad64157 commit 856d955

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v3
2323

24+
- name: Install dependencies
25+
run: |
26+
sudo apt update
27+
sudo apt install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev
28+
2429
# Set up Rust
2530
- name: Set up Rust
2631
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)