Skip to content

Commit de76725

Browse files
authored
Merge pull request adafruit#92 from adafruit/ubu20
try changing to unpinned
2 parents 83b8102 + 441382d commit de76725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions_install.sh

Lines changed: 1 addition & 1 deletion
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 --allow-downgrades libllvm8=1:8-3~ubuntu18.04.2 -V
7+
sudo apt-get install -y libllvm8 -V
88
sudo apt install -fy cppcheck clang-format-8
99
if [ ! -f /usr/bin/clang-format ]; then
1010
sudo ln -s /usr/bin/clang-format-8 /usr/bin/clang-format

0 commit comments

Comments
 (0)