Skip to content

Commit

Permalink
CI: Install nettle-sys building dependencies
Browse files Browse the repository at this point in the history
The signature verification module relies on sequoia-openpgp,
and sequoia-openpgp relies on nettle-sys. To build nettle-sys
successfully, clang llvm pkg-config nettle-dev must be installed
in the test environment

Signed-off-by: Jiale Zhang <[email protected]>
  • Loading branch information
jialez0 authored and sameo committed Apr 21, 2022
1 parent e1ab4ae commit 17ade53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
override: true
components: rustfmt, clippy

- name: Install nettle-sys building dependence
run: |
sudo apt install clang llvm pkg-config nettle-dev
- name: Run cargo build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 17ade53

Please sign in to comment.