aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2025-02-19 11:13:30 +0000
committerGitHub <noreply@github.com>2025-02-19 11:13:30 +0000
commit22a8eae8802ee1969428035b9b1c8e1e2373540b (patch)
tree8dc96faee53640e23c687b03281754eb6d6ec7ca /.github/workflows
parentdc70588980dea2cd05c52cb5f8eea088cd2b6c39 (diff)
Update esp-idf-with-gfx.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/esp-idf-with-gfx.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/esp-idf-with-gfx.yml b/.github/workflows/esp-idf-with-gfx.yml
index 1a83d47..938332f 100644
--- a/.github/workflows/esp-idf-with-gfx.yml
+++ b/.github/workflows/esp-idf-with-gfx.yml
@@ -12,7 +12,7 @@ on:
jobs:
build:
- name: esp-idf 5.1.4 with Adafruit GFX
+ name: esp-idf 5.1.3 with Adafruit GFX
runs-on: ubuntu-latest
@@ -43,6 +43,6 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
- esp_idf_version: v5.1.4
+ esp_idf_version: v5.1.3
target: esp32
path: 'examples/esp-idf/with-gfx'