mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-05 20:40:25 -08:00
Ok show me arduino-esp32 at every step
This commit is contained in:
44
.github/workflows/build_push.yml
vendored
44
.github/workflows/build_push.yml
vendored
@@ -22,6 +22,10 @@ jobs:
|
||||
sketch-names: MarauderOTA.ino
|
||||
arduino-board-fqbn: esp32:esp32:esp32s2
|
||||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.3/package_esp32_dev_index.json
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Pull arduino-esp32 v2.0.4
|
||||
uses: actions/checkout@v2
|
||||
@@ -44,12 +48,20 @@ jobs:
|
||||
ref: master
|
||||
path: CustomAsyncTCP
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install ESPAsyncWebServer
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: justcallmekoko/ESPAsyncWebServer
|
||||
ref: master
|
||||
path: CustomESPAsyncWebServer
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install TFT_eSPI
|
||||
uses: actions/checkout@v2
|
||||
@@ -58,6 +70,10 @@ jobs:
|
||||
ref: master
|
||||
path: CustomTFT_eSPI
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install LinkedList
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -65,6 +81,10 @@ jobs:
|
||||
ref: v1.3.1
|
||||
path: CustomLinkedList
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install lv_arduino
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -72,6 +92,10 @@ jobs:
|
||||
ref: 3.0.0
|
||||
path: Customlv_arduino
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install JPEGDecoder
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -79,6 +103,10 @@ jobs:
|
||||
ref: 1.8.0
|
||||
path: CustomJPEGDecoder
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install NimBLE-Arduino
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -86,6 +114,10 @@ jobs:
|
||||
ref: 1.2.0
|
||||
path: CustomNimBLE-Arduino
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install Adafruit_NeoPixel
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -93,6 +125,10 @@ jobs:
|
||||
ref: 1.10.7
|
||||
path: CustomAdafruit_NeoPixel
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install ArduinoJson
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -100,6 +136,10 @@ jobs:
|
||||
ref: v6.18.2
|
||||
path: CustomArduinoJson
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Install SwitchLib
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -107,6 +147,10 @@ jobs:
|
||||
ref: main
|
||||
path: CustomSwitchLib
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||
run: |
|
||||
find /home/runner/ -name "SD"
|
||||
|
||||
- name: Search for SD lib in arduino-esp32 v2.0.4
|
||||
run: |
|
||||
find /home/runner/work/ESP32Marauder/ESP32Marauder/2.0.4arduino-esp32 -name "SD"
|
||||
|
||||
Reference in New Issue
Block a user