We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aee9fc commit b4e414bCopy full SHA for b4e414b
actions_install.sh
@@ -4,7 +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
+sudo apt-get install -y libllvm8=1:8-3~ubuntu18.04.2 -V
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