[CI] Add Arduino 101 back to build matrix
This commit is contained in:
parent
c7a90fd2ed
commit
feb63c4e1b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -78,6 +78,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "options=':xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K'" >> $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
|
echo "index-url=--additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json" >> $GITHUB_OUTPUT
|
||||||
|
- id: Intel:arc32:arduino_101
|
||||||
- id: SparkFun:apollo3:sfe_artemis
|
- id: SparkFun:apollo3:sfe_artemis
|
||||||
run: |
|
run: |
|
||||||
echo "skip-pattern=(STM32WL|LoRaWAN)" >> $GITHUB_OUTPUT
|
echo "skip-pattern=(STM32WL|LoRaWAN)" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Reference in a new issue