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