Skip to content

Commit 7954e36

Browse files
committed
removed platform
1 parent 879a8cd commit 7954e36

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
name: Generic-ESP32-S3 Firmware binaries
6262
path: .pio/build/Generic-ESP32-S3/*.bin
6363

64-
- name: Build PlatformIO Project Waveshare-RP2040-GEEK
65-
run: yes '' | pio run --environment Waveshare-RP2040-GEEK
64+
# - name: Build PlatformIO Project Waveshare-RP2040-GEEK
65+
# run: yes '' | pio run --environment Waveshare-RP2040-GEEK
6666

67-
- name: Upload Waveshare-RP2040-GEEK artifact
68-
uses: actions/upload-artifact@v4
69-
with:
70-
name: Waveshare-RP2040-GEEK Firmware binaries
71-
path: .pio/build/Waveshare-RP2040-GEEK/*.bin
67+
# - name: Upload Waveshare-RP2040-GEEK artifact
68+
# uses: actions/upload-artifact@v4
69+
# with:
70+
# name: Waveshare-RP2040-GEEK Firmware binaries
71+
# path: .pio/build/Waveshare-RP2040-GEEK/*.bin
7272

7373
- name: Build PlatformIO Project M5-Atom-S3U
7474
run: pio run --environment M5-Atom-S3U

0 commit comments

Comments
 (0)