Skip to content

Commit

Permalink
attempt to fix rust/composite_query
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 25, 2024
1 parent d7a17ed commit 395a730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-composite_query-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Rust composite_query Linux
run: |
dfx start --background
pushd rust/composite_query
pushd rust/composite_query/src
dfx canister create kv_frontend
dfx build kv_frontend
dfx canister install kv_frontend
Expand Down
8 changes: 1 addition & 7 deletions rust/composite_query/src/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,5 @@
"packtool": ""
}
},
"networks": {
"local": {
"bind": "127.0.0.1:8000",
"type": "ephemeral"
}
},
"version": 1
}
}

0 comments on commit 395a730

Please sign in to comment.