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:
Changming Sun 2023-09-28 21:43:29 -07:00 committed by GitHub
parent 9cb60c5b86
commit caf98128c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')