diff --git a/.github/workflows/harness_stress_tests.yml b/.github/workflows/harness_stress_tests.yml index 7c969d759..0c056f60b 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 libsecp256k1-dev + sudo apt-get install protobuf-compiler llvm libsecp256k1-dev libsecp256k1 - 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 6f29c38d5..51c3c327c 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 libsecp256k1-dev + sudo apt-get install protobuf-compiler llvm libsecp256k1-dev libsecp256k1 - name: Install cargo make run: cargo install --force cargo-make