File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33set -e
44
5- export NODE_IMAGE=573243519133.dkr. ecr.us-east-1.amazonaws.com /feature-env-aleph-node:fe-benjamin_c643069
5+ export NODE_IMAGE=public. ecr.aws/p6e8q1z1 /feature-env-aleph-node:fe-benjamin_c643069
66
77# key derived from "//0"
88export NODE_ID=5D34dL5prEUaGNQtPPZ3yN5Y6BnkfXunKXXz6fo7ZJbLwRRH
Original file line number Diff line number Diff line change 88 - created
99 push :
1010
11+ # DO NOT TOUCH THIS:
1112concurrency :
12- group : ${{ github.ref }}-${{ github. workflow }}
13+ group : ${{ github.workflow }}
1314 cancel-in-progress : false
1415
1516env :
7172 # TODO : this should NOT be built every time
7273 - name : Install cargo-contract
7374 run : |
74- cargo install cargo-dylint dylint-link --force
75+ cargo install cargo-dylint@2.1.1 dylint-link@2.1.1 --force
7576 # revision merging Hans's PR changes [fix for node URL parsing ]
7677 cargo install --git https://github.com/paritytech/cargo-contract.git --rev ${{ env.CARGOCONTRACT_REV }} --force
7778
You can’t perform that action at this time.
0 commit comments