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:
parent
0715803b7f
commit
35ed3ce8d9
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue