mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Update linux-wasm-ci.yml: remove the ln command (#17735)
### Description /usr/local/bin can only be modified by root. This command seems unnecessary
This commit is contained in:
parent
9cb60c5b86
commit
caf98128c1
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ jobs:
|
|||
cd '$(Build.SourcesDirectory)/cmake/external/emsdk'
|
||||
./emsdk install 3.1.44 ccache-git-emscripten-64bit
|
||||
./emsdk activate 3.1.44 ccache-git-emscripten-64bit
|
||||
ln -s $(Build.SourcesDirectory)/cmake/external/emsdk/ccache/git-emscripten_64bit/bin/ccache /usr/local/bin/ccache
|
||||
displayName: 'emsdk install and activate ccache for emscripten'
|
||||
condition: eq('${{ parameters.WithCache }}', 'true')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue