Skip to content

Commit fe4d061

Browse files
committed
fix cli install link
1 parent 14e56a6 commit fe4d061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
shell: bash
126126
run: |
127127
mkdir -p /tmp/rosetta
128-
curl -o /tmp/rosetta/install.sh -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/d5ccb7c5cdfc60cd23ff7cb010dea1bf19f80547/scripts/install.sh
128+
curl -o /tmp/rosetta/install.sh -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/refs/tags/v0.10.4/scripts/install.sh
129129
bash /tmp/rosetta/install.sh -b /tmp/rosetta/
130130
- name: Run rosetta-cli check:construction
131131
timeout-minutes: 5

0 commit comments

Comments
 (0)