Skip to content

Commit

Permalink
Update try-runtime version
Browse files Browse the repository at this point in the history
Co-authored-by: William Freudenberger <[email protected]>
  • Loading branch information
gpmayorga and wischli authored Jun 25, 2024
1 parent 0d53d94 commit adb53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ case $TARGET in
if ! command try-runtime --version &> /dev/null
then
echo "try-runtime could not be found, trying 'cargo install try-runtime-cli'"
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.6.1/try-runtime-x86_64-unknown-linux-musl -o try-runtime
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.7.0/try-runtime-x86_64-unknown-linux-musl -o try-runtime
chmod +x ./try-runtime
fi
if [ "$1" == "altair" ]; then
Expand Down

0 comments on commit adb53fe

Please sign in to comment.