From 960f1a59cfc69a6b132d65ce47b8aa3fe3c2f964 Mon Sep 17 00:00:00 2001 From: joao-paulo-parity Date: Tue, 7 Feb 2023 09:46:36 -0300 Subject: [PATCH] update diener --- update_substrate_template.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update_substrate_template.sh b/update_substrate_template.sh index 267fc5c..c7915d1 100755 --- a/update_substrate_template.sh +++ b/update_substrate_template.sh @@ -23,6 +23,14 @@ set -eu -o pipefail +# TODO: manual diener installation should be removed after +# https://github.com/paritytech/scripts/pull/506 is merged and the ci-linux +# image is rebuilt +mkdir -p "$HOME/.cargo-bin" +export PATH="$HOME/.cargo-bin/bin:$PATH" +cargo install diener --root "$HOME/.cargo-bin" --version 0.4.6 +diener --version + . "$(dirname "${BASH_SOURCE[0]}")/utils.sh" # substrate-parachain-template or substrate-node-template