aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2025-02-23 09:24:27 +0000
committerGitHub <noreply@github.com>2025-02-23 09:24:27 +0000
commit1c8629f5aecc13f404c66aeed73e3c2cb694fb9f (patch)
tree42987163e2eed13c393d6458a5daaf20a9f4fd93
parent9ae0e0c2004d989a4fdecbea6cbf9320a3905b2d (diff)
parentb586721422b0cea38c445cb89ca5059db5ad9efb (diff)
Merge pull request #762 from spiro-c/patch-idf
Fix for esp-idf with GFX
-rw-r--r--.github/workflows/esp-idf-with-gfx.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/esp-idf-with-gfx.yml b/.github/workflows/esp-idf-with-gfx.yml
index 077c034..a05b8f3 100644
--- a/.github/workflows/esp-idf-with-gfx.yml
+++ b/.github/workflows/esp-idf-with-gfx.yml
@@ -40,6 +40,8 @@ jobs:
with:
repository: 'espressif/arduino-esp32'
path: 'examples/esp-idf/with-gfx/components/arduino'
+ - name: Edit Adafruit_BusIO CMakeLists.txt
+ run: sed -i 's/arduino-esp32)/arduino)/g' examples/esp-idf/with-gfx/components/Adafruit_BusIO/CMakeLists.txt
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with: