We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69421a commit c99322eCopy full SHA for c99322e
actions_install.sh
@@ -3,13 +3,6 @@
3
set -e
4
5
pip3 install clint pyserial setuptools adafruit-nrfutil
6
-sudo gem install apt-spy2
7
-sudo apt-spy2 check
8
-sudo apt-spy2 fix --commit
9
-
10
-# after selecting a specific mirror, we need to run 'apt-get update'
11
-sudo apt-get -o Acquire::Retries=3 update
12
13
sudo apt-get -o Acquire::Retries=3 install -y libllvm8 -V
14
15
sudo apt install -fy cppcheck clang-format-8
0 commit comments