Skip to content

Commit b4e414b

Browse files
committed
try being specific
1 parent 2aee9fc commit b4e414b

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
7+
sudo apt-get install -y 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)