docs: update CI failures checklist with solutions

This commit is contained in:
2026-01-25 14:30:06 +03:00
parent a3f1aaa889
commit 8a7db225ed
3 changed files with 3 additions and 3 deletions
@@ -86,7 +86,7 @@ jobs:
- name: Download CLI
run: |
curl -sL https://github.com/pezkuwichain/try-runtime-cli/releases/download/v0.8.0/try-runtime-x86_64-unknown-linux-musl -o try-runtime
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.8.0/try-runtime-x86_64-unknown-linux-musl -o try-runtime
chmod +x ./try-runtime
echo "Using try-runtime-cli version:"
./try-runtime --version