We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70671e2 commit e3913c5Copy full SHA for e3913c5
update_substrate_template.sh
@@ -23,6 +23,14 @@
23
24
set -eu -o pipefail
25
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
+
34
. "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
35
36
# substrate-parachain-template or substrate-node-template
0 commit comments