We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e414b commit 71973a2Copy full SHA for 71973a2
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=1:8-3~ubuntu18.04.2 -V
+sudo apt-get install -y --allow-downgrades 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