Skip to content

Commit 34ec579

Browse files
authored
add BIP341 to the threshold Schnorr rust example (#1071)
1 parent 574bce8 commit 34ec579

File tree

11 files changed

+802
-235
lines changed

11 files changed

+802
-235
lines changed

.github/workflows/rust-threshold-schnorr-example.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin
23-
run: bash .github/workflows/provision-darwin.sh
23+
run: |
24+
bash .github/workflows/provision-darwin.sh
25+
brew install llvm
2426
- name: Provision PocketIC
2527
run: bash .github/workflows/provision-pocket-ic-server.sh
2628
- name: Rust Threshold Schnorr Darwin

0 commit comments

Comments
 (0)