Skip to content

Commit 1b0a1ac

Browse files
Merge branch 'master' into update-rust-readmes
2 parents 6d9ebff + 34ec579 commit 1b0a1ac

File tree

12 files changed

+815
-237
lines changed

12 files changed

+815
-237
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/motoko/encrypted-notes-dapp/ @dfinity/crypto-team
2121
/motoko/hello_cycles/ @dfinity/languages
2222
/motoko/ic-pos/ @dfinity/growth
23-
/motoko/icrc2-swap/ @dfinity/div-Crypto
23+
/motoko/icrc2-swap/ @dfinity/growth
2424
/motoko/internet_identity_integration/ @dfinity/gix
2525
/motoko/life/ @dfinity/languages
2626
/motoko/minimal-counter-dapp/ @dfinity/growth
@@ -49,7 +49,7 @@
4949
/rust/canister_logs/ @dfinity/execution
5050
/rust/composite_query/ @dfinity/execution
5151
/rust/counter/ @dfinity/growth
52-
/rust/defi/ @dfinity/div-Crypto
52+
/rust/defi/ @dfinity/growth
5353
/rust/dip721-nft-container/ @dfinity/sdk
5454
/rust/encrypted-notes-dapp-vetkd/ @dfinity/crypto-team
5555
/rust/encrypted-notes-dapp/ @dfinity/crypto-team

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

Lines changed: 3 additions & 1 deletion
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)