Skip to content

Commit 4a680ad

Browse files
committed
build targets for offline mode
1 parent 7362592 commit 4a680ad

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/release-offline.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,18 @@ jobs:
8181
matrix:
8282
arduino-platform:
8383
[
84-
"metroesp32s2",
85-
"metro_esp32s3",
86-
"feather_esp32s2",
87-
"feather_esp32s2_tft",
88-
"feather_esp32s2_reverse_tft",
89-
"feather_esp32s3",
90-
"feather_esp32s3_4mbflash_2mbpsram",
91-
"feather_esp32s3_tft",
92-
"qtpy_esp32s3",
93-
"qtpy_esp32s2",
94-
"feather_esp32s3_reverse_tft",
95-
"qtpy_esp32s3_n4r2",
84+
"metroesp32s2_offline",
85+
"metro_esp32s3_offline",
86+
"feather_esp32s2_offline",
87+
"feather_esp32s2_tft_offline",
88+
"feather_esp32s2_reverse_tft_offline",
89+
"feather_esp32s3_offline",
90+
"feather_esp32s3_4mbflash_2mbpsram_offline",
91+
"feather_esp32s3_tft_offline",
92+
"qtpy_esp32s3_offline",
93+
"qtpy_esp32s2_offline",
94+
"feather_esp32s3_reverse_tft_offline",
95+
"qtpy_esp32s3_n4r2_offline",
9696
]
9797
steps:
9898
- uses: actions/setup-python@v5
@@ -183,11 +183,11 @@ jobs:
183183
strategy:
184184
fail-fast: false
185185
matrix:
186-
arduino-platform: ["pico_rp2040_tinyusb",
187-
"pico_rp2350_tinyusb",
188-
"feather_rp2040_adalogger_tinyusb",
189-
"metro_rp2350_tinyusb"
190-
]
186+
arduino-platform: ["pico_rp2040_tinyusb_offline",
187+
"pico_rp2350_tinyusb_offline",
188+
"feather_rp2040_adalogger_tinyusb_offline",
189+
"metro_rp2350_tinyusb_offline"
190+
]
191191
steps:
192192
- uses: actions/setup-python@v5
193193
with:

0 commit comments

Comments
 (0)