workflows: Install rustup component for building substrate (#1295)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-11-29 14:13:35 +02:00
committed by GitHub
parent 372c36c2b9
commit 7503977b6a
+3
View File
@@ -23,6 +23,9 @@ jobs:
- name: Install WASM toolchain
run: rustup target add wasm32-unknown-unknown
- name: Install WASM toolchain
run: rustup component add rust-src
- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1