Skip to content

Commit

Permalink
fix rust/composite_query on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Sep 10, 2024
1 parent f1ba18c commit 165e68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-composite_query-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: |
pushd rust/composite_query
dfx start --background --clean --pocketic
dfx canister create data_partition
dfx canister create data_partition --no-wallet
dfx build data_partition
dfx canister create kv_frontend
dfx canister create kv_frontend --no-wallet
dfx build kv_frontend
dfx canister install kv_frontend
dfx canister call kv_frontend put '(1, 1337)'
Expand Down

0 comments on commit 165e68f

Please sign in to comment.