From b91fd2bdada6f424e9f4cfd250c29d0ec6dab19d Mon Sep 17 00:00:00 2001 From: jgromes Date: Tue, 26 Mar 2024 21:23:54 +0100 Subject: [PATCH] [CI] Disable LoRaWAN CI build for Apollo3 (unable to pass flags) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ee4fa86..5eaf568b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,6 +80,7 @@ jobs: echo "index-url=--additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json" >> $GITHUB_OUTPUT - id: SparkFun:apollo3:sfe_artemis run: | + echo "skip-pattern=(STM32WL|LoRaWAN)" >> $GITHUB_OUTPUT echo "warnings='none'" >> $GITHUB_OUTPUT echo "index-url=--additional-urls https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json" >> $GITHUB_OUTPUT - id: STMicroelectronics:stm32:GenF3:pnum=BLACKPILL_F303CC