1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

ci: remove wasm target installation step (#7512)

This commit is contained in:
Casper Beyer 2020-09-16 18:10:40 +08:00 committed by GitHub
parent 0715803b7f
commit 35ed3ce8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |