From 4f199d5d352a983c0433e35799e81d681ff0db14 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 9 Feb 2021 23:46:09 +0000 Subject: Fix actions --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5421b5a45..b9cd153d7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Add WASM target + run: rustup target add wasm32-wasi - name: Build run: cargo build --verbose - name: Run tests @@ -46,6 +48,8 @@ jobs: with: toolchain: stable components: clippy + - name: Add WASM target + run: rustup target add wasm32-wasi - uses: actions-rs/cargo@v1 with: command: clippy -- cgit v1.2.3