File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,16 +81,17 @@ jobs:
8181 # ------------------------------------------------------------
8282 # Generate chain specifications using chain-spec-builder
8383 # ------------------------------------------------------------
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"
84+ - name : Install Rust toolchain
85+ uses : actions-rs/toolchain@v1
86+ with :
87+ toolchain : stable
88+ target : wasm32-unknown-unknown
89+ profile : minimal
90+ override : true
9091
9192 - name : Install chain-spec-builder
9293 run : |
93- cargo +nightly install --git https://github.com/paritytech/polkadot-sdk --force staging-chain-spec-builder
94+ cargo install staging-chain-spec-builder --locked
9495 echo "✅ Installed chain-spec-builder"
9596
9697 - name : Create development chain spec
You can’t perform that action at this time.
0 commit comments