install dependencies

This commit is contained in:
Boog900 2024-06-19 01:49:41 +01:00
parent ced0d43a6a
commit e01e37faa8
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -26,7 +26,10 @@ jobs:
submodules: recursive
- name: Install dependencies
run: cargo install cargo-hack --locked
run: |
sudo apt install -y libboost-dev
cargo install cargo-hack --locked
- name: Hack Check
# TODO: remove the exclude when `cuprate-blockchain` errors are fixed
run: cargo hack --workspace --exclude cuprate-blockchain check --feature-powerset --no-dev-deps