Skip to content

Commit f13addc

Browse files
committed
[package] remove if condition
1 parent af7c044 commit f13addc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

install_apt_packages.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ sudo apt-get install -y \
4242
sphinx-common
4343

4444
# Required for code formatting
45-
if apt-cache search '^clang-format-18$' | grep -q 'clang-format-18'; then
46-
sudo apt-get install -y clang-format-18
47-
else
48-
echo "clang-format-18 not found in apt-cache. Skipping installation."
49-
fi
45+
sudo apt-get install -y \
46+
clang-format-18
47+

0 commit comments

Comments
 (0)