Explorar el Código

CI: Install wasm32 Rust toolchain

parazyd hace 3 años
padre
commit
affcb77ff0
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      .github/workflows/ci.yml

+ 10 - 0
.github/workflows/ci.yml

@@ -16,6 +16,11 @@ jobs:
         with:
           toolchain: stable
           override: true
+      - uses: actions-rs/toolchain@v1
+        with:
+          toolchain: stable
+          target: wasm32-unknown-unknown
+          override: true
 
       - uses: Swatinem/rust-cache@v1
 
@@ -51,6 +56,11 @@ jobs:
         with:
           toolchain: stable
           override: true
+      - uses: actions-rs/toolchain@v1
+        with:
+          toolchain: stable
+          target: wasm32-unknown-unknown
+          override: true
       - uses: taiki-e/install-action@cargo-hack
       - uses: Swatinem/rust-cache@v1