docs: update CI failures checklist with solutions

This commit is contained in:
2026-01-25 14:30:06 +03:00
parent f4b9ca8501
commit 904faf1861
4 changed files with 48 additions and 27 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ jobs:
run: |
source $HOME/.cargo/env
VERSION="0.5.0"
ASSET_URL="https://github.com/pezkuwichain/revive/releases/download/v$VERSION/resolc-universal-apple-darwin"
ASSET_URL="https://github.com/paritytech/revive/releases/download/v$VERSION/resolc-universal-apple-darwin"
echo "Downloading resolc v$VERSION from $ASSET_URL"
curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL"
chmod +x $HOME/.cargo/bin/resolc