Skip to content

Commit c99322e

Browse files
committed
removed the ue of apt-spy2
I cannot see, what good the testing the mirrors every single time does. So I removed it. This saves more than a minute executtion time.
1 parent d69421a commit c99322e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

actions_install.sh

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
set -e
44

55
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-
136
sudo apt-get -o Acquire::Retries=3 install -y libllvm8 -V
147

158
sudo apt install -fy cppcheck clang-format-8

0 commit comments

Comments
 (0)