summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e0b7c66a1..746f3b059 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -102,12 +102,6 @@ install:
Exec -NoNewLines { & git submodule update --init --force --depth 1 }
}
- # Configure depot_tools and add it to the search path. This is necessary
- # because, later in this script, we need to invoke ninja directly.
- - ps: |-
- $env:PATH = "$env:DENO_THIRD_PARTY_PATH\depot_tools;$env:PATH"
- $env:DEPOT_TOOLS_WIN_TOOLCHAIN = "0"
-
# Install a recent Node.js version.
# TODO(ry) Upgrade to v12 once Install-Produce supports it.
- ps: Install-Product -Product node -Version 10 -Platform x64