Skip to content

Commit

Permalink
Update linux-wasm-ci.yml: remove the ln command (microsoft#17735)
Browse files Browse the repository at this point in the history
### Description
/usr/local/bin can only be modified by root.  This command seems unnecessary
  • Loading branch information
snnn authored and kleiti committed Mar 22, 2024
1 parent e3072c8 commit 6b7e2fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6b7e2fc

Please sign in to comment.