Skip to content

Install the wasm-unknown-unknown target in the ci workflow. #46

Install the wasm-unknown-unknown target in the ci workflow.

Install the wasm-unknown-unknown target in the ci workflow. #46

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Add the wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Install Cargo Hack
uses: taiki-e/install-action@cargo-hack
- name: Build
run: cargo hack build --target wasm32-unknown-unknown --lib --tests --examples --feature-powerset --mutually-exclusive-features yew,leptos