Skip to content

Commit

Permalink
Add GCC9 to compile matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Jan 2, 2025
1 parent 259a3b0 commit 2efa044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/arduino-compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
fqbn: 'energia:msp430:MSP-EXP430G2553LP'
platform-name: 'energia:msp430'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'
- arch: msp430gcc9
fqbn: 'energia:msp430gcc9:MSP-EXP430G2553LP'
platform-name: 'energia:msp430gcc9'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'

name: call-compile-sketches-workflow
uses: Andy4495/.github/.github/workflows/arduino-compile-sketches.yml@main
Expand Down

0 comments on commit 2efa044

Please sign in to comment.