Skip to content

Commit e8a6cab

Browse files
authored
Fix CI
1 parent 1c60323 commit e8a6cab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,15 @@ jobs:
8686
fqbn: "arduino:renesas_uno:unor4wifi"
8787
additional-sketch-paths: |
8888
- libraries/WiFiS3
89-
- libraries/OPAMP
9089
- board:
9190
fqbn: "arduino-git:renesas:unor4wifi"
9291
additional-sketch-paths: |
9392
- libraries/WiFiS3
9493
- libraries/OPAMP
94+
- board:
95+
fqbn: "arduino-git:renesas:minima"
96+
additional-sketch-paths: |
97+
- libraries/OPAMP
9598
9699
steps:
97100
- name: Checkout repository

0 commit comments

Comments
 (0)