From ed2d0da596a1338427d35146d0ca005e522d35de Mon Sep 17 00:00:00 2001 From: Lady Ada Date: Fri, 27 Dec 2019 15:58:20 -0500 Subject: [PATCH] bump to 10 --- actions_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions_install.sh b/actions_install.sh index e9460fa..c9752c0 100644 --- a/actions_install.sh +++ b/actions_install.sh @@ -3,5 +3,5 @@ set -e pip3 install clint pyserial setuptools adafruit-nrfutil -sudo apt install -fy cppcheck clang-format-8 -sudo ln -s /usr/bin/clang-format-8 /usr/bin/clang-format \ No newline at end of file +sudo apt install -fy cppcheck clang-format-10 +sudo ln -s /usr/bin/clang-format-10 /usr/bin/clang-format \ No newline at end of file