mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Fix arduino-cli syntax
This commit is contained in:
3
.github/workflows/build_push.yml
vendored
3
.github/workflows/build_push.yml
vendored
@@ -260,7 +260,8 @@ jobs:
|
||||
uses: arduino/compile-sketches@v1
|
||||
with:
|
||||
sketch-paths: esp32_marauder/esp32_marauder.ino
|
||||
cli-compile-flags: "--warnings none"
|
||||
cli-compile-flags: |
|
||||
- --warnings="none"
|
||||
fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs
|
||||
|
||||
- name: Build Marauder for v6 Marauder
|
||||
|
||||
Reference in New Issue
Block a user