[CI] Temporarily remove Teensy (CI_BUILD_ALL)

pull/936/head
jgromes 2024-01-14 17:08:54 +01:00
rodzic 3cbf6669df
commit 718dae3f35
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -36,6 +36,7 @@ on:
- rp2040:rp2040:rpipico
- CubeCell:CubeCell:CubeCell-Board
- MegaCore:avr:1281
- teensy:avr:teensy41
- arduino:renesas_uno:minima
jobs:
@ -109,8 +110,6 @@ jobs:
run: echo "index-url=--additional-urls https://resource.heltec.cn/download/package_CubeCell_index.json" >> $GITHUB_OUTPUT
- id: MegaCore:avr:1281
run: echo "index-url=--additional-urls https://mcudude.github.io/MegaCore/package_MCUdude_MegaCore_index.json" >> $GITHUB_OUTPUT
- id: teensy:avr:teensy41
run: echo "index-url=--additional-urls https://www.pjrc.com/teensy/td_156/package_teensy_index.json" >> $GITHUB_OUTPUT
- id: arduino:renesas_uno:minima
runs-on: ubuntu-latest