We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7c044 commit f13addcCopy full SHA for f13addc
install_apt_packages.sh
@@ -42,8 +42,6 @@ sudo apt-get install -y \
42
sphinx-common
43
44
# 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
+sudo apt-get install -y \
+ clang-format-18
+
0 commit comments