We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e56a6 commit fe4d061Copy full SHA for fe4d061
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
shell: bash
126
run: |
127
mkdir -p /tmp/rosetta
128
- curl -o /tmp/rosetta/install.sh -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/d5ccb7c5cdfc60cd23ff7cb010dea1bf19f80547/scripts/install.sh
+ curl -o /tmp/rosetta/install.sh -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/refs/tags/v0.10.4/scripts/install.sh
129
bash /tmp/rosetta/install.sh -b /tmp/rosetta/
130
- name: Run rosetta-cli check:construction
131
timeout-minutes: 5
0 commit comments