Skip to content

Commit

Permalink
add libsecp256k1-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 25, 2023
1 parent 2fc5f16 commit 9aa9ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/harness_stress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sudo apt-get install protobuf-compiler llvm
sudo apt-get install protobuf-compiler llvm libsecp256k1-dev
- name: t2n3 && 1 proposal per session
run: cargo run --package dkg-test-orchestrator --features=debug-tracing -- --tmp /tmp --threshold 2 --n 3 --bind 127.0.0.1:7777 --n-tests 10 -p 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sudo apt-get install protobuf-compiler llvm
sudo apt-get install protobuf-compiler llvm libsecp256k1-dev
- name: Install cargo make
run: cargo install --force cargo-make
Expand Down

0 comments on commit 9aa9ce0

Please sign in to comment.