ci: added build deps
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -19,6 +19,10 @@ jobs:
|
||||
components: rustfmt
|
||||
- name: Check format
|
||||
run: cargo fmt --check
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pkg-config libssl-dev
|
||||
- name: Build
|
||||
run: cargo build
|
||||
- name: Install runtime system dependencies
|
||||
|
||||
Reference in New Issue
Block a user