mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-03-09 10:15:01 +00:00
install dependencies
This commit is contained in:
parent
ced0d43a6a
commit
e01e37faa8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/hack.yml
vendored
5
.github/workflows/hack.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue