mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Removed double "install" statement (#12261)
This commit is contained in:
parent
6346ea0be6
commit
822d8eb535
1 changed files with 1 additions and 1 deletions
|
@ -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##*/}"
|
||||
|
|
Loading…
Add table
Reference in a new issue