Skip to content

Commit e3913c5

Browse files
update diener (#98)
1 parent 70671e2 commit e3913c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

update_substrate_template.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323

2424
set -eu -o pipefail
2525

26+
# TODO: manual diener installation should be removed after
27+
# https://github.com/paritytech/scripts/pull/506 is merged and the ci-linux
28+
# image is rebuilt
29+
mkdir -p "$HOME/.cargo-bin"
30+
export PATH="$HOME/.cargo-bin/bin:$PATH"
31+
cargo install diener --root "$HOME/.cargo-bin" --version 0.4.6
32+
diener --version
33+
2634
. "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
2735

2836
# substrate-parachain-template or substrate-node-template

0 commit comments

Comments
 (0)