docs: update CI failures checklist with solutions
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download CLI
|
- name: Download CLI
|
||||||
run: |
|
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
|
chmod +x ./try-runtime
|
||||||
echo "Using try-runtime-cli version:"
|
echo "Using try-runtime-cli version:"
|
||||||
./try-runtime --version
|
./try-runtime --version
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ jobs:
|
|||||||
- name: Install resolc
|
- name: Install resolc
|
||||||
run: |
|
run: |
|
||||||
VERSION="0.3.0"
|
VERSION="0.3.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"
|
echo "Downloading resolc v$VERSION from $ASSET_URL"
|
||||||
curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL"
|
curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL"
|
||||||
chmod +x $HOME/.cargo/bin/resolc
|
chmod +x $HOME/.cargo/bin/resolc
|
||||||
|
|||||||
@@ -418,7 +418,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
VERSION="0.5.0"
|
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"
|
echo "Downloading resolc v$VERSION from $ASSET_URL"
|
||||||
curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL"
|
curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL"
|
||||||
chmod +x $HOME/.cargo/bin/resolc
|
chmod +x $HOME/.cargo/bin/resolc
|
||||||
|
|||||||
Reference in New Issue
Block a user