From b12f7052bfd422b1d676b5625fda97294c429983 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 26 Oct 2024 16:59:46 +0100 Subject: [PATCH] [CI] Drop Sparkfun Artemis from build matrix due to lonmg build time --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba5e493d..06c8d6f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,6 @@ on: - esp32:esp32:esp32 - esp8266:esp8266:generic - Intel:arc32:arduino_101 - - SparkFun:apollo3:sfe_artemis - STMicroelectronics:stm32:GenF3:pnum=BLACKPILL_F303CC - STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_WL55JC1 - stm32duino:STM32F1:mapleMini @@ -83,11 +82,6 @@ jobs: echo "skip-pattern=(STM32WL|LR11x0_Firmware_Update)" >> $GITHUB_OUTPUT echo "options=':xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K'" >> $GITHUB_OUTPUT 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 run: | echo "index-url=--additional-urls https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/main/package_stmicroelectronics_index.json" >> $GITHUB_OUTPUT