From 35ed3ce8d914f46a0b5cdc66d05f6cecf895b966 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Wed, 16 Sep 2020 18:10:40 +0800 Subject: [PATCH] ci: remove wasm target installation step (#7512) --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c3e627def..557ae0a9d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,12 +68,6 @@ jobs: with: rust-version: 1.46.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: |