Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed May 10, 2024
1 parent b7baa91 commit 25f5f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Get live spec_version for ${{ github.event.inputs.network }}
run: |
spec_version=$(wscat -c wss://test.finney.opentensor.ai:443 -x '{"id":1, "jsonrpc":"2.0", "method": "state_getRuntimeVersion"}' -w 1 | jq -r '.result.specVersion' | tr -d '\n')
${spec_version:?bad spec version}
: ${spec_version:?bad spec version}
echo "spec_version: $spec_version"
echo "spec_version=$spec_version" >> $GITHUB_OUTPUT
- name: cargo build --release -p node-subtensor
run: cargo build --release -p node-subtensor
run: echo "hey" # cargo build --release -p node-subtensor

0 comments on commit 25f5f71

Please sign in to comment.