mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:06:25 +08:00
Removed double "install" statement (#12261)
This commit is contained in:
@@ -30,7 +30,7 @@ install_clang() {
|
||||
if ! command -v "${cc}"; then
|
||||
case "${osversion}" in
|
||||
linux-gnu-ubuntu*)
|
||||
sudo apt-get install -qq -o=Dpkg::Use-Pty=0 install clang clang-format clang-tidy
|
||||
sudo apt-get install -qq -o=Dpkg::Use-Pty=0 clang clang-format clang-tidy
|
||||
;;
|
||||
*) # Fallback for all platforms is to download from LLVM's site, but avoided until necessary
|
||||
local target="./${url##*/}"
|
||||
|
||||
Reference in New Issue
Block a user