diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ecb6e67a..ee3124fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: