We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6b877 commit 2aee9fcCopy full SHA for 2aee9fc
actions_install.sh
@@ -4,6 +4,7 @@ set -e
4
5
pip3 install clint pyserial setuptools adafruit-nrfutil
6
sudo apt-get update
7
+sudo apt-get install -y libllvm8
8
sudo apt install -fy cppcheck clang-format-8
9
sudo ln -s /usr/bin/clang-format-8 /usr/bin/clang-format
10
0 commit comments