From 1881381caab25b837317da5883fa4a8bed0e23f6 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 26 Jun 2023 19:56:28 +0200 Subject: [PATCH] [CI] Fix missing pipe --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5c76bfe..ef8e37d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: echo "options=':softdevice=s132v6,debug=l0'" >> $GITHUB_OUTPUT echo "index-url=--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" >> $GITHUB_OUTPUT - id: esp32:esp32:esp32 - run: + run: | python -m pip install pyserial echo "index-url=--additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" >> $GITHUB_OUTPUT - id: esp8266:esp8266:generic