We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd11465 + b8ba0d8 commit d92625fCopy full SHA for d92625f
1 file changed
.github/workflows/publish.yml
@@ -81,9 +81,16 @@ jobs:
81
# ------------------------------------------------------------
82
# Generate chain specifications using chain-spec-builder
83
84
+ - name: Install Rust nightly
85
+ run: |
86
+ rustup toolchain install nightly
87
+ rustup default nightly
88
+ rustup target add wasm32-unknown-unknown --toolchain nightly
89
+ echo "✅ Installed Rust nightly"
90
+
91
- name: Install chain-spec-builder
92
run: |
- cargo install --git https://github.com/paritytech/polkadot-sdk --force staging-chain-spec-builder
93
+ cargo +nightly install --git https://github.com/paritytech/polkadot-sdk --force staging-chain-spec-builder
94
echo "✅ Installed chain-spec-builder"
95
96
- name: Create development chain spec
0 commit comments