need wasm also for CI

This commit is contained in:
James Wilson
2021-12-02 11:05:42 +00:00
parent a59db8daaf
commit c5b3104ce6
+6 -4
View File
@@ -37,6 +37,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
override: true
- name: Rust Cache
@@ -86,11 +87,11 @@ jobs:
mkdir -p ~/.local/bin
mv substrate ~/.local/bin
- name: Install Rust nightly toolchain
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
- name: Rust Cache
@@ -118,6 +119,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
override: true
- name: Rust Cache
@@ -143,11 +145,11 @@ jobs:
mkdir -p ~/.local/bin
mv substrate ~/.local/bin
- name: Install Rust nightly toolchain
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: clippy
override: true