Skip to content

Commit 3cf3380

Browse files
Fix install_base function to correctly include 'install' in package installation command
1 parent 86655dd commit 3cf3380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ create_build_dir() {
1212

1313
install_base() {
1414
sudo apt-get update
15-
sudo apt-get install -y git python3 perl install build-essential clang cmake ninja-build \
15+
sudo apt-get install -y git python3 perl build-essential clang cmake ninja-build \
1616
libgl1-mesa-dev libx11-dev libxext-dev libxrender-dev \
1717
libxcb1-dev libx11-xcb-dev libglu1-mesa-dev
1818
}

0 commit comments

Comments
 (0)