Skip to content

Commit 9f728df

Browse files
committed
Remove board type specific customization
1 parent 95445d2 commit 9f728df

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
{"fqbn": "arduino:megaavr:nona4809", "type": "nanoEvery"}
2222
]
2323

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-
3524
steps:
3625
- name: Checkout repository
3726
uses: actions/checkout@v2
@@ -104,7 +93,7 @@ jobs:
10493
# Overwrite the Board Manager installation with the local platform
10594
- source-path: "./"
10695
name: "arduino:megaavr"
107-
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
96+
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }}"
10897
enable-size-deltas-report: 'true'
10998
verbose: 'true'
11099

0 commit comments

Comments
 (0)