mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Remove Node.js tool installer task from web ci pipeline (#18434)
EMSDK already has a nodejs. We will use that one to be more consistent(the CI build pipeline would be less dependent on the VM image).
This commit is contained in:
parent
d22b1af5da
commit
27d068569a
2 changed files with 1 additions and 3 deletions
|
|
@ -38,6 +38,7 @@ steps:
|
|||
|
||||
- ${{if eq(parameters.WithCache, true)}}:
|
||||
- script: |
|
||||
set -e -x
|
||||
pushd '$(Build.SourcesDirectory)/cmake/external/emsdk'
|
||||
source ./emsdk_env.sh
|
||||
export PATH=$(Build.SourcesDirectory)/cmake/external/emsdk/:$PATH
|
||||
|
|
|
|||
|
|
@ -81,9 +81,6 @@ jobs:
|
|||
versionSpec: '3.8'
|
||||
addToPath: true
|
||||
architecture: $(buildArch)
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '18.x'
|
||||
- template: download-deps.yml
|
||||
|
||||
- task: PythonScript@0
|
||||
|
|
|
|||
Loading…
Reference in a new issue