From 9aa9ce09dcb50c9c782d0d2b2340a6fe315194d5 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Mon, 25 Sep 2023 10:41:43 -0400 Subject: [PATCH] add libsecp256k1-dev package --- .github/workflows/harness_stress_tests.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/harness_stress_tests.yml b/.github/workflows/harness_stress_tests.yml index b153f1c7b..7c969d759 100644 --- a/.github/workflows/harness_stress_tests.yml +++ b/.github/workflows/harness_stress_tests.yml @@ -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 diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 0853ae691..6f29c38d5 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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