Skip to content

Commit

Permalink
adding system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
casibbald committed Jan 3, 2025
1 parent ad64157 commit 856d955
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev
# Set up Rust
- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 856d955

Please sign in to comment.