Skip to content

Commit 71973a2

Browse files
committed
--allow-downgrades
1 parent b4e414b commit 71973a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
pip3 install clint pyserial setuptools adafruit-nrfutil
66
sudo apt-get update
7-
sudo apt-get install -y libllvm8=1:8-3~ubuntu18.04.2 -V
7+
sudo apt-get install -y --allow-downgrades libllvm8=1:8-3~ubuntu18.04.2 -V
88
sudo apt install -fy cppcheck clang-format-8
99
sudo ln -s /usr/bin/clang-format-8 /usr/bin/clang-format
1010

0 commit comments

Comments
 (0)