Skip to content

Commit 86962f7

Browse files
committed
Avoid compiling scheduler examples on M4
1 parent 96a3416 commit 86962f7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
compile-examples:
2323
runs-on: ubuntu-latest
2424

25-
env:
26-
# sketch paths to compile (recursive) compatible with all boards
27-
UNIVERSAL_SKETCH_PATHS: '"libraries/Scheduler"'
28-
2925
strategy:
3026
fail-fast: false
3127

@@ -39,13 +35,13 @@ jobs:
3935
include:
4036
- board:
4137
fqbn: arduino-beta:mbed:nano33ble
42-
additional-sketch-paths: '"libraries/PDM" "libraries/ThreadDebug"'
38+
additional-sketch-paths: '"libraries/PDM" "libraries/ThreadDebug" "libraries/Scheduler"'
4339
- board:
4440
fqbn: arduino-beta:mbed:envie_m4
4541
additional-sketch-paths: '"libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" '
4642
- board:
4743
fqbn: arduino-beta:mbed:envie_m7
48-
additional-sketch-paths: '"libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" "libraries/ThreadDebug" "libraries/USBHOST"'
44+
additional-sketch-paths: '"libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" "libraries/ThreadDebug" "libraries/USBHOST" "libraries/Scheduler"'
4945

5046
steps:
5147
- name: Checkout repository

0 commit comments

Comments
 (0)