From 2230a62fe300cb0d29335271a4a1976e2d1013c6 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 31 Dec 2023 22:35:24 -0800 Subject: [PATCH] fix to workflow --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 281cae4f05..2427f98295 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ update-index: install: sudo apt-get update sudo apt-get install -y build-essential + sudo pip install pyserial mkdir -p $(HOME)/.arduino15 if ! command -v $(ARDUINO_CLI) &> /dev/null ; then \ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sudo sh ; \