summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5c3e627de..557ae0a9d 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: |