Skip to content

Forgot we need wasm target #5

Forgot we need wasm target

Forgot we need wasm target #5

Workflow file for this run

name: Build and Deploy with Trunk
on: [push]
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
- uses: jetli/[email protected]
- uses: jetli/[email protected]
- run: trunk build --release