diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-19 11:13:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 11:13:30 +0000 |
| commit | 22a8eae8802ee1969428035b9b1c8e1e2373540b (patch) | |
| tree | 8dc96faee53640e23c687b03281754eb6d6ec7ca /.github/workflows | |
| parent | dc70588980dea2cd05c52cb5f8eea088cd2b6c39 (diff) | |
Update esp-idf-with-gfx.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/esp-idf-with-gfx.yml | 4 |
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' |
