From a354b248ea8ecb7fb10742322d7a36ad71eddf0a Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Wed, 24 Jun 2020 21:27:31 +0800 Subject: feat(std/wasi): add wasi_snapshot_preview1 (#6441) --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 532a7c1e7..e06cdda7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,12 @@ jobs: with: rust-version: 1.44.0 + - name: Install rust targets + run: | + # Necessary for the std/wasi tests + rustup target add wasm32-unknown-unknown + rustup target add wasm32-wasi + - name: Install clippy and rustfmt if: matrix.config.kind == 'lint' run: | -- cgit v1.2.3