From 718dae3f358e98baf136134cd2cc5198887dfd97 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 14 Jan 2024 17:08:54 +0100 Subject: [PATCH] [CI] Temporarily remove Teensy (CI_BUILD_ALL) --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ccf0d030..6a03953a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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