File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 21
21
{"fqbn": "arduino:megaavr:nona4809", "type": "nanoEvery"}
22
22
]
23
23
24
- # make board type-specific customizations to the matrix jobs
25
- include :
26
- # Uno WiFi Rev2
27
- - board :
28
- type : " unoWiFiRev2"
29
- additional-sketch-paths : " /github/home/Arduino/libraries/Adafruit_FONA_Library/examples/FONAtest"
30
- # Nano Every
31
- - board :
32
- type : " nanoEvery"
33
- additional-sketch-paths : " /github/home/Arduino/libraries/Adafruit_FONA_Library/examples/FONAtest"
34
-
35
24
steps :
36
25
- name : Checkout repository
37
26
uses : actions/checkout@v2
104
93
# Overwrite the Board Manager installation with the local platform
105
94
- source-path: "./"
106
95
name: "arduino:megaavr"
107
- sketch-paths : " ${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }} "
96
+ sketch-paths : " ${{ env.UNIVERSAL_SKETCH_PATHS }}"
108
97
enable-size-deltas-report : ' true'
109
98
verbose : ' true'
110
99
You can’t perform that action at this time.
0 commit comments