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