We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214f67e commit bcb2010Copy full SHA for bcb2010
.github/workflows/rust-ci.yml
@@ -57,7 +57,7 @@ jobs:
57
repo-token: ${{ secrets.GITHUB_TOKEN }}
58
59
- name: Start the local node
60
- run: npx @hashgraph/hedera-local start -d --network local
+ run: npx @hashgraph/hedera-local start -d --network local --network-tag=0.48.0-alpha.12
61
62
- name: "Create env file"
63
run: |
0 commit comments