Skip to content

Commit 921527a

Browse files
committed
Ensure build works without offsets before removal
1 parent 52edecf commit 921527a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ jobs:
3535
"feather_esp32s2_reverse_tft",
3636
"qtpy_esp32s2",
3737
]
38-
include:
39-
- offset: "0x0"
40-
- offset: "0x1000"
41-
arduino-platform: "funhouse_noota"
42-
- offset: "0x1000"
43-
arduino-platform: "feather_esp32s2"
44-
- offset: "0x1000"
45-
arduino-platform: "metroesp32s2"
46-
- offset: "0x1000"
47-
arduino-platform: "magtag"
48-
- offset: "0x1000"
49-
arduino-platform: "feather_esp32s2_tft"
50-
- offset: "0x1000"
51-
arduino-platform: "feather_esp32s2_reverse_tft"
52-
- offset: "0x1000"
53-
arduino-platform: "qtpy_esp32s2"
38+
# include:
39+
# - offset: "0x0"
40+
# - offset: "0x1000"
41+
# arduino-platform: "funhouse_noota"
42+
# - offset: "0x1000"
43+
# arduino-platform: "feather_esp32s2"
44+
# - offset: "0x1000"
45+
# arduino-platform: "metroesp32s2"
46+
# - offset: "0x1000"
47+
# arduino-platform: "magtag"
48+
# - offset: "0x1000"
49+
# arduino-platform: "feather_esp32s2_tft"
50+
# - offset: "0x1000"
51+
# arduino-platform: "feather_esp32s2_reverse_tft"
52+
# - offset: "0x1000"
53+
# arduino-platform: "qtpy_esp32s2"
5454

5555
steps:
5656
- name: "skip if unwanted"

0 commit comments

Comments
 (0)